Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 96153 invoked by uid 500); 17 Aug 2001 15:26:02 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 96140 invoked from network); 17 Aug 2001 15:26:01 -0000 Received: from anchor-post-30.mail.demon.net (194.217.242.88) by h31.sny.collab.net with SMTP; 17 Aug 2001 15:26:01 -0000 Received: from staffplanner.demon.co.uk ([212.228.50.166] helo=care2k.careinteractive) by anchor-post-30.mail.demon.net with esmtp (Exim 2.12 #1) id 15XlVW-000C63-0U for tomcat-user@jakarta.apache.org; Fri, 17 Aug 2001 16:25:59 +0100 Received: by CARE2K with Internet Mail Service (5.5.2650.21) id ; Fri, 17 Aug 2001 16:29:47 +0100 Message-ID: From: David Oxley To: "'tomcat-user@jakarta.apache.org'" Subject: RE: mod_webapp --> NT4, Tomcat 4.0.7, Apache 1.3.20, JDK 1.3.1 Date: Fri, 17 Aug 2001 16:29:45 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Isn't the .so file only for unix. You need mod_webapp.dll Dave -----Original Message----- From: Shawn Evans [mailto:shawnwe@hotmail.com] Sent: 17 August 2001 15:12 To: tomcat-user@jakarta.apache.org Subject: mod_webapp --> NT4, Tomcat 4.0.7, Apache 1.3.20, JDK 1.3.1 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