> From: hetal [mailto:[EMAIL PROTECTED] 
> Subject: create[8005]: java.net.BindException: error occured 
> while startingtomcat on Ubuntu Plateform
> 
> "StandardServer.await: create[8005]: java.net.BindException: 
> Cannot assign requested address" 

This is usually due to the port already being in use by some other
process, frequently another Tomcat.  Note that there are at least two
ports to be changed in server.xml (one for shutdown plus one for each
connector) if you want to run multiple Tomcats simultaneously.

Use netstat to find out what other process has the port tied up.

 - 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 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