Oracle Weblogic Server (MOSC)

MOSC Banner

Issue when trying to configure an external address to access weblogic administration console

edited Jan 26, 2014 11:10PM in Oracle Weblogic Server (MOSC) 11 commentsAnswered
 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:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center