WebLogic installation support - Segmentation Fault error... Apache 2.0.43 - WebLogic 8.1 SP3 plugin config. on Solaris

This is Interesting: Free IT Magazines  
Home > Archive > WebLogic installation support > October 2004 > Segmentation Fault error... Apache 2.0.43 - WebLogic 8.1 SP3 plugin config. on Solaris





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 Segmentation Fault error... Apache 2.0.43 - WebLogic 8.1 SP3 plugin config. on Solaris
Jorge

2004-10-02, 9:02 pm

Hello,

I'm having trouble configuring the apache plugin on Solaris. I was
able to get it working on Windows 2000 with WebLogic 8.1 SP2 and
Apache 2.0.52, but I haven't been able to do it on Solaris 9 Sparc.

This is what I have installed on the Solaris box:
Apache 2.0.43 (installed in /usr/local/apache2)
WebLogic 8.1 SP3 (installed in /usr/local/bea)

I just installed Apache, copied mod_wl_20.so and mod_wl128_20.so to
the /usr/local/apache2/modules directory and added the following lines
to httpd.conf. I haven't changed anything else in httpd.conf except
User and Group. The user and group are fine because it works if I use
another configuration file with the same User and Group but no
weblogic configuration.

LoadModule weblogic_module modules/mod_wl_20.so (I also tried
mod_wl128_20.so)

<IfModule mod_weblogic.c>
WebLogicHost localhost
WebLogicPort 7001
</IfModule>

<Location />
SetHandler weblogic-handler
PathTrim /
Require valid-user
AuthType basic
AuthName "Apache 2 on Solaris"
AuthUserFile /usr/local/apache2/conf/users.passwd
</Location>

I ran ./apachectl -t and it showed "Syntax OK". I am running my
weblogic server on port 7001 and I've tried restarting it before I try
to start apache.

Is there anything that I'm missing? If anyone can find something wrong
with this or has some suggestions I'd really appreciate it.

Thank you very much for your time.
Jorge
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com