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 41533 invoked from network); 10 Aug 2000 16:28:08 -0000 Received: from unknown (HELO ginger.ginger.robotics.net) (199.72.31.129) by locus.apache.org with SMTP; 10 Aug 2000 16:28:08 -0000 Received: from cwslxrgw01 (dmzgate.saralee.net [207.140.66.1]) by ginger.ginger.robotics.net (8.8.8/8.8.7) with SMTP id MAA12567 for ; Thu, 10 Aug 2000 12:37:46 -0400 (EDT) (envelope-from russwyte@earthlink.net) From: "Russ White" To: Subject: RE: Tomcat & Apache Date: Thu, 10 Aug 2000 12:28:02 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: <3992CCC3.8E9C9652@centegy.com> Importance: Normal X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Just comment out the connector for port 8080 in server.xml Russ White Java, it's not just for breakfast anymore... -----Original Message----- From: Mitch Christensen [mailto:mitch_christensen@centegy.com] Sent: Thursday, August 10, 2000 11: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?