Hi,
I need to forward requests from http server to weblogic sever
my forward URL is /oasys previously
adding below code in the mod_wl_ohs.conf file did the trick
<Location /oasys>
SetHandler weblogic-handler
WebLogicHost localhost
WeblogicPort 7001
</Location>
My context root of the application is changed and the new forward path is /verify/oasys
HOW TO CONFIGURE THIS ?
I cannot change the path as /verify as it is used for a DAD confuguration
This is not working
<Location /verify/oasys>
SetHandler weblogic-handler
WebLogicHost localhost
WeblogicPort 7001
</Location>
Administrator said Sep 01, 2013 06:52:49
can u do this?
<Location /verify/DAD> for DAD
<Location /verify/oasys> for OASYS