I don't believe the mod_webapp binaries were built for apache 2.0. Apache 2 uses a new module api and modules for 1.3 are incompatible. You will probably have to build mod_webapp.so from source. Doing that for apache 2 can be a tricky process though. It would be nice if future releases would include binaries for 2.0 since that is now the official version of apache.
-Cavan Morris ----- Original Message ----- From: "Ken Miller" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, April 19, 2002 5:26 PM Subject: RE: Linking Apache 2 and Tomcat 4.0.3 > I got (found it) the mod_webapp.so module and have it in the /modules > directory. I then added the following to httpd.conf: > > LoadModule webapp_module modules/mod_webapp.so > AddModule mod_webapp.c > > WebAppConnection conn warp localhost:8008 > WebAppDeploy examples conn /examples > > > When I add these lines, Apache failes to start. When I comment them out > again, Apache starts ok. > > Am I missing something :) > > Thanks in advance. > > Ken > > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
