> From: Brian Wolf [mailto:brw...@gmail.com] > Subject: Re: not able to connect to localhost > > Oct 30, 2009 11:23:02 AM org.apache.catalina.core.StandardServer await > SEVERE: StandardServer.await: create[8005]: > java.net.BindException: Address already in use: JVM_Bind
Something is already using port 8005, so this Tomcat can't have it. Use netstat -abno to find out who it is (likely another instance of Tomcat). - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org