Issue when trying to configure an external address to access weblogic administration console
Hello,
I would like to setup weblogic administration console to be accessible from external address through apache and weblogic plugin.
wls 10,3,6
I create a specific network channel with following configuration :
<network-access-point>
<name>external-channel</name>
<protocol>http</protocol>
<public-address>MyPublicAddress</public-address>
<listen-port>9999</listen-port>
<http-enabled-for-this-protocol>true</http-enabled-for-this-protocol>
<tunneling-enabled>false</tunneling-enabled>
<outbound-enabled>false</outbound-enabled>
<enabled>true</enabled>
<two-way-ssl-enabled>false</two-way-ssl-enabled>
<client-certificate-enforced>false</client-certificate-enforced>
</network-access-point>
I've following WLS module configuration
<Location /console>
SetHandler weblogic-handler
WebLogicHost MyHOst
#WebLogicHost easyteam.srp.bouyguestelecom.fr
WeblogicPort 9999
SecureProxy OFF
</Location>
I succed to access and to log into console with following address : http://MyPublicAddress/console.
I can access to Domain Structure Menu, can see list of managed server but when I try to click on one element on the right panel (for exemple detail of admin server) the link use internal IP address of WLS (MyHOst ) instead of MyPublicAddress.
Tagged:
0