WebLogic installation support - Apache 2.0 + Weblogic 8.1 sp3 config

This is Interesting: Free IT Magazines  
Home > Archive > WebLogic installation support > November 2004 > Apache 2.0 + Weblogic 8.1 sp3 config





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Apache 2.0 + Weblogic 8.1 sp3 config
Michael

2004-11-17, 5:48 pm

I have installed and configured Weblogic 8.1 server cluster and have
deployed my war file. No problems there. I have also installed Apache
2.0. I have configured the plugin according to the instructions on the
BEA site. I stopped and started both wls and apache

Now when I type in my url which 192.168.0.5, I get the apache config
successful installion page instead of my application.

But when I type in 192.168.0.5/mywar then my application appears. I
just want to be able to get my application via port 80.

Do I need further configuration like a redirect or am I doing
something incorrect.

This is a extract from my http.conf file.

LoadModule weblogic_module modules/mod_wl_20.so
#

<Location /mywar>
SetHandler weblogic-handler
</Location>

<IfModule mod_weblogic.c>
WebLogicCluster 192.168.0.5:8001,192.168.0.5:8002,192.168.0.5:8003,192.168.0.5:
8004
MatchExpression *.jsp
MatchExpression *.xyz
</IfModule>

Please help.
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com