1837006 Members
1958 Online
110111 Solutions
New Discussion

Tomcat Apache webapp.so

 
Bryan Dees
Occasional Contributor

Tomcat Apache webapp.so

Hello, I'm having problems compiling the mod_webapp.so module for Apache/Tomcat
and was wondering if someone could give me a hand.

My configuration is as follows:
HPUX 11.0
Apache 2.0.36
Tomcat 4.04
jakarta-tomcat-connectors-4.0.2-01-src/webapp

I found the ITRC->HPUX->General: 'Tomcat 4 and mod_webapp' thread which helped me get past the
make b failure, but the compile didn't create the mod_webapp.so file


Basically i'm doing the following:

./support/buildconf.sh

--- Cannot run APR "buildconf" script
Don't a forget to download a copy of the APR sources, and to run
the buildconf script for it:
# cd [path to APR sources]
# ./buildconf
# cd [path to WebApp sources]
Then remember to run ./configure script including the command line
option "--with-apr=[path to APR sources]"
--- Creating WebApp "configure" script
Creating configure ...
--- All done

./configure --with-apr=/opt/apr --with-apr-lib=/opt/apr/lib --with-apr-include=/opt/apr/include --with-apxs=/opt/apache2/bin/apxs --with-tomcat=/opt/tomcat4.0.4



Thanks,
Bryan Dees
bryan.dees@airborne.com
2 REPLIES 2
Paul Bowen
Advisor

Re: Tomcat Apache webapp.so

try looking at http://jakarta.apache.org/tomcat/tomcat-4.0-doc/index.html and have a scout around there to see if this helps
Best of luck!
shit happens - just deal with it

Re: Tomcat Apache webapp.so

If I recall when I downloaded the jakarata connector fort 4.0.1 they did not have the apr soruce code in them. I needed to copy the code from a previous download of the mod_webapp connector from a few months earlier.

if you download the following

http://jakarta.apache.org/builds/jakarta-tomcat-4.0/archives/v4.0.1/src/webapp-module-1.0.1-tc401-src.tar.gz

just use the apr directory in it.