Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 79928 invoked from network); 15 Jul 2003 23:46:38 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 15 Jul 2003 23:46:38 -0000 Received: (qmail 22043 invoked by uid 97); 15 Jul 2003 23:49:14 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 22036 invoked from network); 15 Jul 2003 23:49:14 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 15 Jul 2003 23:49:13 -0000 Received: (qmail 78437 invoked by uid 500); 15 Jul 2003 23:46:24 -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 78422 invoked from network); 15 Jul 2003 23:46:24 -0000 Received: from unknown (HELO hqexch01.everypath.com) (209.10.219.226) by daedalus.apache.org with SMTP; 15 Jul 2003 23:46:24 -0000 Received: by HQEXCH01 with Internet Mail Service (5.5.2653.19) id <340PTKJL>; Tue, 15 Jul 2003 16:57:47 -0700 Message-ID: From: Ravi Pachipala To: 'Tomcat Users List' Subject: taking forever to bring up tomcat Date: Tue, 15 Jul 2003 16:57:46 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C34B2C.E3CD9090" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C34B2C.E3CD9090 Content-Type: text/plain; charset="iso-8859-1" I am using Tomcat 4.1.24 with Coyote JK2 connector. Although the my servlet is loaded pretty quickly, it is taking a long time for Tomcat to say the following: ---------------------------------------------------------------------- INFO [main] (ChannelSocket:333) - JK2: ajp13 listening on 0.0.0.0/0.0.0.0:7002 INFO [main] (JkMain:367) - Jk running ID=0 time=10/130 config=d:\Program Files \Apache Group\Tomcat 4.1\conf\jk2.properties ------------------------------------------------------------------------- Any requests I send to servlet before this hang until Tomcat is completely up. Here is the server.xml entry for this connector. Should I be using Coyote HTTP Connector instead. Right now, I am in development phase. Thanks Ravi ------_=_NextPart_001_01C34B2C.E3CD9090--