11-11-04 10:50 PM
Hi,
We need to send URL of a given application to a dedicated managed server (71
26), the rest on the "default" managed server (7122). The URL may come in up
percase or in lowercase. I do not understand in the httpd.conf below, why on
ly the "/db/owa/pp_pack" Ur
ls are sent to port 7126, but not the "/db/owa/PP_PACK" which go the the 712
2.
Thank's for your help.
<IfModule mod_weblogic.c>
<Location /db/owa/pp_pack>
WebLogicHost lidanl.pt.ch
WebLogicPort 7126
SetHandler weblogic-handler
Order allow,deny
Allow from all
</Location>
<Location /db/owa/PP_PACK>
WebLogicHost lidanl.pt.ch
WebLogicPort 7126
SetHandler weblogic-handler
Order allow,deny
Allow from all
</Location>
<Location /db>
WebLogicHost lidanl.pt.ch
WebLogicPort 7122
Idempotent OFF
SetHandler weblogic-handler
Order allow,deny
Allow from all
</Location>
</IfModule>
[ Post a follow-up to this message ]
|