I think i was just reading that apache 2 modules are different to the 1.3.x ones.
are you using the correct version of tomcat if there is one??
Alastair
Is there anyone who got tomcat 4.0.3 and Apache 2.0.35 running fine together?
Im just trying to compile mod_webapp.so
It appears that it compiled without any error, but in hhtpd.conf, when I do
LoadModule webapp_module modules/mod_webapp.so
AddModule mod_webapp.c
I got this error when I test my syntax with apachectl configtest:
Syntax error on line 219 of /usr/local/apache2/conf/httpd.conf:
Cannot load /usr/local/apache2/modules/mod_webapp.so into server: /usr/local/apache2/modules/mod_webapp.so: undefined symbol: wa_pool
Can you, guys, help me?
Thanks
:![]()
I think i was just reading that apache 2 modules are different to the 1.3.x ones.
are you using the correct version of tomcat if there is one??
Alastair
whatdoyougetwhenyoumultiplysixbynine??
What do you mean by "correct version of Tomcat"?
Im using tomcat 4.0.3 and mod_webapp.so module was compiled with Jakarta Tomcat connectors 4.0.2-01 source.
the configure script configured the makefile to compile the module for Apache2. Here is what I did:
./configure --with-apxs=/usr/local/apache2/bin/apxs
make
then ...
I copied jakarta-tomcat-connectors-4.0.2-201-src/webapp/apache-2.0/mod_webapp.so to /usr/local/apache2/modules/
The problem is not with Tomcat, the problem is with Apache 2 when it attempts to load the module. I didnt find any documentation about it on Jakarta web site.
thanks
:'(Originally Posted by alastair
Bookmarks