The connector (essentially the configured port of the connector) is already 
'bound' on Port 9000
You want to determine who is bound on that port such as 
ps -ef | grep 9000
and eradicate the process using the Pid or 
for a more complete solution 
cycle the Tomcat server

M-
*********************************************************************
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed.  If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy.  Thank you.



----- Original Message ----- 
From: "Bansal, Tarun" <[EMAIL PROTECTED]>
To: <users@tomcat.apache.org>
Sent: Monday, July 17, 2006 4:21 AM
Subject: Unable to run tomcat


Hi

I tried to run tomcat 5.0 on my machine but it is giving the following
error:


Error initializing endpoint <java.net.BindException: Address in use:
JVM_Bind:9000>java.net.BindException: Address in use: JVM_Bind:9000


Please help


Thanks and Regards


Tarun Bansal



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to