4 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 click Servers, and then click ManagedServer. Under ManagedServer click General and clickAdvanced tab.
    2. On the Advanced tab, select the WebLogic Plug-In Enabled checkbox.
    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.