Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 45346 invoked from network); 14 Jul 2003 16:52:08 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 14 Jul 2003 16:52:08 -0000 Received: (qmail 29172 invoked by uid 97); 14 Jul 2003 16:54:40 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 29165 invoked from network); 14 Jul 2003 16:54:39 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 14 Jul 2003 16:54:39 -0000 Received: (qmail 43929 invoked by uid 500); 14 Jul 2003 16:51:55 -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 43905 invoked from network); 14 Jul 2003 16:51:54 -0000 Received: from s205-206-61-99.ab.hsia.telus.net (HELO marvin.local) (205.206.61.99) by daedalus.apache.org with SMTP; 14 Jul 2003 16:51:54 -0000 Received: from localhost (localhost [127.0.0.1]) by marvin.local (8.12.8/8.12.8) with ESMTP id h6EGprc3012909 for ; Mon, 14 Jul 2003 10:51:53 -0600 Subject: Re: tomcat startup From: Reginald Oake Reply-To: regoake@assistants.ca To: Tomcat Users List In-Reply-To: <006101c34a03$a4c7ca20$0100a8c0@spectra> References: <07EC20A3290A504EA73D914B4C08A48602FDD510@usmail14.informatica.com> <006101c34a03$a4c7ca20$0100a8c0@spectra> Content-Type: text/plain Organization: Computer Assistants Message-Id: <1058201513.12866.10.camel@marvin.local> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 14 Jul 2003 10:51:53 -0600 Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi. >>From the look of the error message it appears that your CATALINA_HOME environment variable is not set. It should be a global environment variable (under windows) or if you are using some flavour of unix set it in /etc/profile. Also, it appears that you do not have a TCP/IP stack available. I have encountered this before in Windows where, if you do not have a network connection (ethernet or through a modem) Windows does not create a TCP/IP stack. I am not sure how you would proceed in this case but the availability of a TCP/IP stack is a necessity. Thanx, Reg On Mon, 2003-07-14 at 06:29, Souren Sinha wrote: > Hi, > I am having trouble starting up tomcat from the Start menu. > I get the following exception: > > Using CATALINA_BASE: .. > Using CATALINA_HOME: .. > Using CATALINA_TMPDIR: ..\temp > Using JAVA_HOME: C:\j2sdk1.4.0_03 > Jul 14, 2003 10:28:26 PM org.apache.commons.modeler.Registry loadRegistry > INFO: Loading registry information > Jul 14, 2003 10:28:27 PM org.apache.commons.modeler.Registry getRegistry > INFO: Creating new Registry instance > Jul 14, 2003 10:28:28 PM org.apache.commons.modeler.Registry getServer > INFO: Creating MBeanServer > Jul 14, 2003 10:28:29 PM org.apache.coyote.http11.Http11Protocol init > SEVERE: Error initializing endpoint > java.net.SocketException: Network is down: listen failed > at java.net.PlainSocketImpl.socketListen(Native Method) > at java.net.PlainSocketImpl.listen(PlainSocketImpl.java:333) > at java.net.ServerSocket.bind(ServerSocket.java:309) > at java.net.ServerSocket.bind(ServerSocket.java:266) > at java.net.ServerSocket.(ServerSocket.java:182) > at java.net.ServerSocket.(ServerSocket.java:138) > > Can someone please help me out. > Regards > Souren > > > ----- Original Message ----- > From: "Agarwal, Naresh" > To: > Sent: Monday, July 14, 2003 10:09 PM > Subject: Do we have any control on Tomcat threads? > > > Hi > > Web apps in tomcat run in threads spawned by Tomcat. Do we have any control > on these threads? > > I want to perform some Init and UnInit operations at the time creation and > destruction of these threads. Is it possible to do with Tomcat threads? > > thanks & regards, > Naresh Agarwal > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org