Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 48926 invoked from network); 10 Aug 2000 16:32:46 -0000 Received: from talitha.netstatresources.com (207.112.136.3) by locus.apache.org with SMTP; 10 Aug 2000 16:32:46 -0000 Received: from hermes.netstatresources.com (Hermes.NetstatResources.com [207.112.136.7]) by talitha.netstatresources.com (Postfix) with ESMTP id DE9BC22E08 for ; Thu, 10 Aug 2000 11:32:45 -0500 (CDT) Received: by hpmail.netstatresources.com with Internet Mail Service (5.5.2650.21) id ; Thu, 10 Aug 2000 11:35:18 -0500 Message-ID: <0104A6DCB4B2D2119660009027BC6451563E@hpmail.netstatresources.com> From: Craig Anderson To: "'tomcat-user@jakarta.apache.org'" Subject: RE: Tomcat & Apache Date: Thu, 10 Aug 2000 11:35:16 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Mitch - In your server.xml file in $TOMCAT_HOME/conf there is are two directives for ports to listen on. One is 8007 to handle servlets and the other is 8080 to handle http requests. I just removed the directive pertaining to 8080. I am not sure if this is all you have to do but it did stop tomcat from listening on 8080. If anyone knows of anything else you should do please post it but I do not think that there is. Craig Anderson Director of Internet Services Netstat Resources, LLC. -----Original Message----- From: Mitch Christensen [mailto:mitch_christensen@centegy.com] Sent: Thursday, August 10, 2000 10:40 AM To: tomcat-user@jakarta.apache.org Subject: Tomcat & Apache Hi, We have Tomcat working behind Apache (out-of-process). Works fine, but I notice that Tomcat continues to operate in standalone mode, listening on 8080 as well. Is there any way to have Tomcat run solely as a servlet/JSP engine, and turn off the HTTP processing? -Mitch PS I did check the FAQ & docs, peraps I missed it?