Shawn, it's pointless to post the same message over and over... If me (or
someone other don't reply) there is a reason...
Pier
Shawn Evans at [EMAIL PROTECTED] wrote:
> I read "Installing mod_webapp and using it with Apache 1.3" written in
> mod_webapp, and I have been unsuccessful in getting it to work. Here is my
> configuration:
>
> Win NT4.0 sp6
> Apache 1.3.20 d:\webserver\Apache
> Tomcat 4.0.7b d:\webserver\Tomcat-4.0.7
>
> First, I copied 'mod_webapp.so' and 'libapr.dll' to my apache\modules,
> then I added this to my httpd.conf
>
> [...]
> #AddModule mod_actions.c mod_setenvif.c mod_isapi.c
> AddModule mod_webapp.c
> [...]
> #LoadModule usertrack_module modules/mod_usertrack.so
> LoadModule webapp_module modules/mod_webapp.so
> [...]
> WebAppConnection conn warp localhost:8008
> WebAppDeploy examples conn /examples
> WebAppInfo /webapp-info
> [...]
>
> I kick Apache off as a service (Tomcat is already running as a service)
> and here is the error that I get "Error 2140:An internal Windows NT error
> occurred"... I am able to run Tomcat 4.0.7 as a service without Apache...
> and Apache runs fine when I comment out the 5 lines I added above, but I
> need to get them working in sequence with one another.
>
> Plus, there are no error messages in the log files.
>
> Shawn