You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Dave Ferguson <df...@touchnet.com> on 2002/02/25 17:32:49 UTC

Connection Tomcat 4 to Apache 2

Greetings,

I am trying to use the Warp protocol to get Tomcat 4.0.2 working with Apache 2.0.32 (beta).  I am on Win2K.  I have copied mod_webapp.so and libapr.dll to the modules subdirectory and added the following lines to httpd.conf.  (Note: AddModule command is obsolete in Apache 2).

  LoadModule webapp_module modules/mod_webapp.so
  WebAppConnection conn warp localhost:8008
  WebAppDeploy examples conn /examples

When I try to start Apache, it chokes on the first line with this error:

  Cannot load D:/Apache2/modules/mod_webapp.so into server: The specified module could not be found.

The file is there.  What could I be missing?

Dave F.



--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>