Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 99115 invoked from network); 3 Nov 2010 17:53:47 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Nov 2010 17:53:47 -0000 Received: (qmail 36980 invoked by uid 500); 3 Nov 2010 17:54:15 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 36762 invoked by uid 500); 3 Nov 2010 17:54:13 -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 36753 invoked by uid 99); 3 Nov 2010 17:54:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Nov 2010 17:54:13 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [208.77.165.45] (HELO smtphq01.interwoven.com) (208.77.165.45) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Nov 2010 17:54:07 +0000 Received: from smtphq01.interwoven.com (localhost.localdomain [127.0.0.1]) by localhost.interwoven.com (Postfix) with ESMTP id F08F3949AD for ; Wed, 3 Nov 2010 09:53:42 -0700 (PDT) Received: from exbehq01.Interwoven.com (exbehq01.interwoven.com [10.192.4.80]) by smtphq01.interwoven.com (Postfix) with ESMTP id E423594972 for ; Wed, 3 Nov 2010 09:53:42 -0700 (PDT) Received: from [10.192.9.157] ([10.192.9.157]) by exbehq01.Interwoven.com with Microsoft SMTPSVC(6.0.3790.4675); Wed, 3 Nov 2010 10:53:45 -0700 Message-ID: <4CD1A1A9.9020202@autonomy.com> Date: Wed, 03 Nov 2010 10:53:45 -0700 From: Kailash Kothari User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.14) Gecko/20101006 Lightning/1.0b1 Thunderbird/3.0.9 MIME-Version: 1.0 To: users@tomcat.apache.org Subject: Http Coyote connector Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 03 Nov 2010 17:53:45.0341 (UTC) FILETIME=[0F5462D0:01CB7B80] Hi, Im using Tomcat 6.0.x (bundled within JBoss) I understand that the Http Coyote connector that binds port 8080 on the OS is started right at the end in the tomcat startup process after all webapps have been deployed. This is a problem for us because we have one webapp that is deployed first and then a second webapp that needs to talk to the first webapp in a startup servlet. Since the http connector hasn't been started, the webapps cant talk to each other until the server has started up completely. Is there a design reason that the http connector is started at the end of boot up rather than earlier? I tweaked the source code to start this up earlier and have everything working as I need, but could this have any side effects? Thanks, Kailash. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org