This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
How can Apache proxy all http requests to weblogic?
Deepak Dew
Ranch Hand
Joined: Mar 29, 2004
Posts: 79
posted
0
HI, How can I configure weblogic proxy plug in for apache so that all http requests hitting apache should be forwarded to weblogic?
Thanks
Deepak
IBM Certified Advance WAS Administrator on 6.1, BEA Certified WebLogic Server 81 Administrator, Vitria Certified BusinessWorks Administrator, SCJP 2
David Chung
Greenhorn
Joined: Dec 15, 2004
Posts: 11
posted
0
Deepak
Try setting the
MatchExpression=*
in httpd.conf
Deepak Dew
Ranch Hand
Joined: Mar 29, 2004
Posts: 79
posted
0
Hi, I got it. Just put <Location /> for the location block.
thanks
deepak
Gareth Western
Ranch Hand
Joined: Apr 07, 2004
Posts: 45
posted
0
There's also a Weblogic plugin available for Apache (distributed with the WL installation), however we've had mixed results with it. We set up two test networks, on one of which the plugin worked beautifully, whereas on the other it hogged all the CPU resources when hit by more than a couple of users... I still haven't got to the bottom of that problem.
Deepak Dew
Ranch Hand
Joined: Mar 29, 2004
Posts: 79
posted
0
Hi, I am using proxy plugin by weblolgic for apache 2.046 on linux 3 Its working good for me so far.