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.
- Enable WebLogic Plug-In Enabled flag at managed server level as per below steps:
- Click Environment, and click Servers, and then click ManagedServer. Under ManagedServer click General and clickAdvanced tab.
- On the Advanced tab, select the WebLogic Plug-In Enabled checkbox.
- Click Save.
- Restart the Server.
- Enable WebLogic Plug-In Enabled flag at domain level as per below steps:
- Click Domain, and then click Web Applications.
- Check the WebLogic Plug-In Enabled box.
- Click Save.
- Restart the server.