Hi TOMCAT/conf/server.xml
Changed the 8080 to 8090 and 8005 to 8091 Assuming some other application may be using these port /etc/hosts 127.0.0.1 localhost.localdomain localhost After applying this Tomcat is working perfectly... Thx to Brian Muha With regards karthik -----Original Message----- From: Pid [mailto:p...@pidster.com] Sent: Wednesday, November 03, 2010 12:40 PM To: Tomcat Users List Subject: Re: Tomcat shuts down with exception within few seconds? On 03/11/2010 07:30, Karthik Nanjangude wrote: > Hi > >>> TOMCAT 6.0.29 [ Startup port 8090 / Shut down Port 8091 ] Tomcat doesn't have a startup port, but why are those two ports different? > $ ping localhost > ping: unknown host localhost Fix your OS networking. $ cat /etc/hosts This file should normally contain: 127.0.0.1 localhost localhost.localdomain on the first line, or something very similar. What does yours contain? p --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org