Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5B42410EC9 for ; Wed, 10 Jul 2013 19:34:59 +0000 (UTC) Received: (qmail 77087 invoked by uid 500); 10 Jul 2013 19:34:56 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 76990 invoked by uid 500); 10 Jul 2013 19:34:56 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 76977 invoked by uid 99); 10 Jul 2013 19:34:56 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jul 2013 19:34:56 +0000 Received: from localhost (HELO s2laptop.local) (127.0.0.1) (smtp-auth username markt, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jul 2013 19:34:55 +0000 Message-ID: <51DDB75E.4020209@apache.org> Date: Wed, 10 Jul 2013 20:34:54 +0100 From: Mark Thomas User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Collision on port 8005 -- what to do about it? References: <51DDB4C4.4010600@touchtonecorp.com> In-Reply-To: <51DDB4C4.4010600@touchtonecorp.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 10/07/2013 20:23, James H. H. Lampert wrote: > We appear to be having, on a multi-IP-address system, a collision with > port 8005, causing Tomcat to crash on takeoff. > > Looking at server.xml, I see that 8005 is not mentioned in any > "connector" definition, but rather in this: > >> > > I know how to bind a connector to a specific IP address, but I know > nothing about this. Neither do I know what would happen if, once Tomcat > is up, we were to attempt to send a shutdown message in the usual way: > would we shut Tomcat down, or would we shut whatever owns 127.0.0.1:8005? Tomcat version? Tomcat 7 supports the address attribute in the server element. Alternatively set the port to -1 and use kill to stop Tomcat. Tomcat registers a shutdown hook so the effects of the kill are identical to using the script. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org