Caldarale, Charles R wrote:
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).
Port 8009 also apparently :
INFO: Starting Coyote HTTP/1.1 on http-8080
Oct 30, 2009 11:23:01 AM org.apache.jk.common.ChannelSocket init
INFO: Port busy 8009 java.net.BindException: Address already in use:
JVM_Bind
Looks like you already have one Tomcat running when you try to start
this one.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org