Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 22013 invoked from network); 6 May 2002 04:21:38 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 6 May 2002 04:21:38 -0000 Received: (qmail 2175 invoked by uid 97); 6 May 2002 04:21:28 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 2124 invoked by uid 97); 6 May 2002 04:21:27 -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 2112 invoked by uid 98); 6 May 2002 04:21:27 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) From: "Abraham Fathman" To: "'Tomcat Users List'" Subject: RE: Getting tomcat to serve off port 80 on my own servlets Date: Mon, 6 May 2002 00:22:59 -0400 Message-ID: <015f01c1f4b5$b430f5d0$8a56e20a@pcg> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Steven, I might have misunderstood what you are trying to do. Are you trying to use apache+mod_webapp on port 80 to connect to tomcat as well as run tomcat as a standalone on port 8080? If so, I believe the default server.xml will do this for you. Just configure apache to use port 80. Sorry for the confusion. Abe -----Original Message----- From: steven shingler [mailto:steven@hiredminds.com] Sent: Sunday, May 05, 2002 3:16 PM To: Tomcat Users List Subject: Re: Getting tomcat to serve off port 80 on my own servlets Hi Abraham Thanks for replying Is that the Connector directive inside the Tomcat-Standalone Service, or the Tomcat-Apache one?? I tried setting the port=80 inside the standalone connector - but that then ceased to work on either port! This is the error I get on the web page: WebApp: Error 500 (File: pr_warp.c Line: 271) Cannot open connection warpConnection Here's what I have for the tomcat-apache: Any more help very gratefully received Thanks Steven On 5/5/02 4:32 am, "Abraham Fathman" wrote: > Steven, > > What does your server.xml say? Particularly the > > className="org.apache.catalina.connector.http.HttpConnector" > port="80" minProcessors="5" maxProcessors="75" > enableLookups="true" redirectPort="8443" > acceptCount="10" debug="0" connectionTimeout="60000"/> > > Section? See mine above - it just serves on port 80... > > -----Original Message----- > From: steven shingler [mailto:steven@hiredminds.com] > Sent: Saturday, May 04, 2002 3:01 PM > To: Tomcat Users List > Subject: Getting tomcat to serve off port 80 on my own servlets > > > > Hello - wondered if someone had a minute to help me with this > > Am following a tutorial on the apple site: > http://developer.apple.com/internet/macosx/tomcat1.html > > It mentions about serving off port 80 as well as 8080 - and indeed I > can get the tomcat examples to do this - but my own web-app - called > 'mine' only serves off 8080 > > I can't seem to find a difference in the conf/server.xml or > mine/WEB-INF/web.xml > > The error message in > Apache_log > States: > [org.apache.catalina.connector.warp.WarpConnector] Error accepting > requests > > Any pointers very gratefully received > Many Thanks > Steven Shingler > > > -- > To unsubscribe: > For additional commands: > Troubles with the list: > > > > -- > To unsubscribe: > For additional commands: > Troubles with the list: > > > Steven Shingler -- To unsubscribe: For additional commands: Troubles with the list: -- To unsubscribe: For additional commands: Troubles with the list: