| Author |
Multiple Weblogic instances in Apache1.3
|
Vani Bhat
Greenhorn
Joined: Oct 28, 2004
Posts: 15
|
|
I am trying to point multiple Weblogic instances in Apache 1.3. My platform is RedhatAS2.4 and when I try to access it http://domain.com/NAME2 , I only get the second instance succcessfully. When I try to access the first instance http://domain.com/NAME1 , it throws me the error saying "The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent" I am giving 2 instances in httpd.conf defined as below <IfModule mod_weblogic.c> WebLogicHost localhost WebLogicPort 7001 </IfModule> <Location /NAME1> SetHandler weblogic-handler </Location> <IfModule mod_weblogic.c> WebLogicHost localhost WebLogicPort 7005 </IfModule> <Location /NAME2> SetHandler weblogic-handler </Location> I searched in google and could not find anything related to Apache. I appreciate ur help. Thanks, Vani
|
 |
 |
|
|
subject: Multiple Weblogic instances in Apache1.3
|
|
|