> Gesendet: Mittwoch, 7. Juli 2004 08:19
>
> when tomcat starts an error occurs and log is here...
> 
> StandardServer.await: create[8005]: java.net.BindException: 
> Address already in use: JVM_Bind

You have already an instance of tomcat running (perhaps the SHUTDOWN
port is in use?). Check your server.xml file for all ports and/or
do a "netstat -atn | grep 8005".

--ah

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to