Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Sunday, July 24, 2022

mod_wl_ohs.conf file – Oracle APPS 12.2

Basic use of the file (Text Based) is for redirecting the http requests to the concerned Managed/admin server for particular context root.

If in your environment any one says i am trying to hit Test and it goes to Prod/some where you need to lookout here first.

Entry would look like below :

<IfModule weblogic_module> 

<Location path>            

SetHandler weblogic-handler

WebLogicHost host

WeblogicPort port

</Location>

</IfModule>

No comments:

Post a Comment