6 Enable WebLogic Plug-In Enabled flag in Weblogic

This topic explains systematic instructions to enable the WebLogic Plug-In Enabled flag in WebLogic.

This flag needs to be enabled in WebLogic if it is accessed through proxy plugins. When the WebLogic plugin is enabled, a call to getRemoteAddr will return the address of the browser client from the proprietary WL-Proxy-Client-IP header instead of the webserver.
  1. Enable WebLogic Plug-In Enabled flag at managed server level as per below steps.
    1. Click Environment, and then Servers, and then ManagedServer, and then General, and then Advanced tab respectively.
      The Advanced tab displays.
    2. On the Advanced tab, check the WebLogic Plug-In Enabled box.
    3. Click Save.
    4. Restart the Server.
  2. Enable WebLogic Plug-In Enabled flag at domain level as per below steps:
    1. Click Domain, and then click Web Applications.
    2. Check the WebLogic Plug-In Enabled box.
    3. Click Save.
    4. Restart the server.