On Thu, Dec 13, 2001 at 08:15:27AM -0800, Erik Lotspeich wrote:
> 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.

Try using --enable-debug with ./configure and rebuild the module. Now,
if i can just get mod_webapp to compile ;)

> Erik.

Later,
-- 
\ Craig "Cowboy" McDaniel
/_\ Software Engineer
/_/_\ n + 1, Inc.
/_/_/_\ [EMAIL PROTECTED]
/_/_/_/_\ (502) 479-5557
 
MICROSOFT: Most Intelligent Customers Realize Our Software Only Fools Teenagers

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to