Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 70651 invoked from network); 2 Nov 2001 19:46:05 -0000 Received: from unknown (HELO osaka.betaversion.org) (192.18.49.133) by daedalus.apache.org with SMTP; 2 Nov 2001 19:46:05 -0000 Received: (qmail 10347 invoked from network); 2 Nov 2001 19:48:24 -0000 Received: from nagoya.betaversion.org (192.18.49.131) by osaka.betaversion.org with SMTP; 2 Nov 2001 19:48:24 -0000 Received: (qmail 11648 invoked by uid 97); 2 Nov 2001 19:45:20 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 11618 invoked by uid 97); 2 Nov 2001 19:45:19 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 11607 invoked from network); 2 Nov 2001 19:45:19 -0000 Message-ID: <6F0B74885A95D411875B0002A507CECD0141F686@mnexvue.pl3.ncs.com> From: "Cracauer, David D." To: 'Tomcat Users List' Subject: RE: Mod_webapp configuration Date: Fri, 2 Nov 2001 13:45:15 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-OriginalArrivalTime: 02 Nov 2001 19:39:41.0828 (UTC) FILETIME=[1DDD5440:01C163D6] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I was afraid of that.. I want all of my html served by apache, and anything in /servlet to be served from tomcat as an app.. I am trying to replace Jrun, and this is how it needs to work for me to be successful. Is it possible? -----Original Message----- From: Weaver, Scott [mailto:Sweaver@rippe.com] Sent: Friday, November 02, 2001 1:00 PM To: 'Tomcat Users List' Subject: RE: Mod_webapp configuration Dave, Tomcat is working correctly. Just because you have mapped to a WebAppDeploy URL /servlet does not mean it will invoke a servlet class. If you want to be able to do something like this http://localhost/servlet/vue.web.core.VueWebPageServlet httpd.conf should look something like this WebAppConnection conn warp localhost:8008 WebAppDeploy ROOT conn / here is a named vhost example from my httpd.conf. LoadModule webapp_module modules/mod_webapp.so AddModule mod_webapp.c ServerName turbine.scottw DocumentRoot "C:/webapps/Apache Tomcat 4.0/webapps/newportal" WebAppConnection conn warp localhost:8008 WebAppDeploy ROOT conn / DirectoryIndex index.html Scott -----Original Message----- From: Cracauer, David D. [mailto:dcracauer@vue.com] Sent: Friday, November 02, 2001 1:48 PM To: Tomcat Users List (E-mail) Subject: Mod_webapp configuration I am trying to setup mod_webapp with apache and can't figure out the config. I also cannot find any in-depth documentation. I can access my app directly at http://localhost:8080/servlet/vue.web.core.VueWebPageServlet but to get to it through apache I have to use http://localhost/servlet/servlet/vue.web.core.VueWebPageServlet here are the relevant lines from my httpd.conf WebAppConnection conn warp localhost:8888 WebAppDeploy ROOT conn /servlet How can I fix this? Sorry if this is stupid... Dave -- To unsubscribe: For additional commands: Troubles with the list: -- To unsubscribe: For additional commands: Troubles with the list: -- To unsubscribe: For additional commands: Troubles with the list: