Hi,
I am successfully able to build Tomcat 4 from source and it works just
great. I'm trying to get mod_webapp to work with Apache 1.3.22. I've
built mod_webapp from the source that is distributed with the Tomcat 4
package and I've also tried a recent build
"webapp-module-20011211.tar.gz". Both give the same results which are:
1. The mod_webapp Package builds successfully.
2. I add the following lines to the Apache configuration (per instructions
in the documentation):
LoadModule webapp_module libexec/mod_webapp.so
AddModule mod_webapp.c
<IfModule mod_webapp.c>
WebAppConnection conn warp localhost:8008
WebAppDeploy examples conn /examples
</IfModule>
3. When I try to start Apache, it starts and quits right away.
Unfortunately when it quits, it quits before it is able to dump a core
file or print anything to the error log. Also, no error messages are
printed to the logs inside of the tomcat directory structure.
Has anyone else experienced this problem? Is something wrong with the
Apache configuration, or is this a bug in mod_webapp? Did it get built
improperly (there were no error messages during the build)?
Any help would be greatly appreciated.
Thanks,
Erik.
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>