Weblogic ssues accessing web application running in remote machine
I have experienced an issue,while trying to access the application running in a remote machine, i was getting a 'connection refused'
message,and not able to load the application pages further.
Environment
ATG 9.1 Weblogic10.0.
I faced this issue while accessing the web application remotely on
another machine through http protocol
Upon further analysis,found the root cause,and that was due to an
entry in the config.xml file which is none other than the listen address property which is added as 'localhost' by default by the weblogic configuration.
I deleted this entry and its working fine now !!!
<listen-address>localhost</listen-address>
Next tip
message,and not able to load the application pages further.
Environment
ATG 9.1 Weblogic10.0.
I faced this issue while accessing the web application remotely on
another machine through http protocol
Upon further analysis,found the root cause,and that was due to an
entry in the config.xml file which is none other than the listen address property which is added as 'localhost' by default by the weblogic configuration.
I deleted this entry and its working fine now !!!
<listen-address>localhost</listen-address>
Next tip
Comments
Post a Comment