> From: Toby Kurien [mailto:[EMAIL PROTECTED] > Subject: java.lang.Exception: Socket bind failed: [730048] > > I have attached a log file of the errors I am > getting while trying to start Tomcat.
> Nov 19, 2008 12:55:22 PM > org.apache.coyote.http11.Http11AprProtocol init > SEVERE: Error initializing endpoint > java.lang.Exception: Socket bind failed: [730048] Only one usage of > each socket address (protocol/network address/port) is normally > permitted. > at > org.apache.tomcat.util.net.AprEndpoint.init(AprEndpoint.java:576) > at > org.apache.coyote.http11.Http11AprProtocol.init(Http11AprProtocol.java:116) The error indicates something else is already using port 80, thereby preventing Tomcat from accessing it. Since you also have an AJP connector, you may be running Tomcat behind IIS or some other web server that handles port 80 and forwards requests to AJP on 8009. If you don't expect anything else to be using port 80, then something has crept in that's usurping Tomcat. (Or you may just be trying to run the same Tomcat twice.) - 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]