Hi Chris, Thanks for looking at this. Wouldn't the first instance have open ports (indicated by netstat)? Or some httpd tasks (ps -ef).
Here is the beginning of the log file. If there are 2 tomcats running, one of them is not writing to the log (from what I can tell). [r...@localhost logs]# more catalina.2010-08-24.log Aug 24, 2010 1:51:16 PM org.apache.catalina.startup.Catalina load INFO: Initialization processed in 570 ms Aug 24, 2010 1:51:16 PM org.apache.catalina.core.StandardService start INFO: Starting service Tomcat-Standalone Aug 24, 2010 1:51:16 PM org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/5.5.23 Aug 24, 2010 1:51:16 PM org.apache.catalina.core.StandardHost start INFO: XML validation disabled Aug 24, 2010 1:51:42 PM org.apache.jk.common.ChannelSocket init INFO: Port busy 8209 java.net.BindException: Address already in use Aug 24, 2010 1:51:42 PM org.apache.jk.common.ChannelSocket init INFO: JK: ajp13 listening on /0.0.0.0:8210 Aug 24, 2010 1:51:42 PM org.apache.jk.server.JkMain start INFO: Jk running ID=1 time=1/89 config=null Aug 24, 2010 1:51:42 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 25506 ms Aug 24, 2010 1:51:42 PM org.apache.catalina.core.StandardServer await SEVERE: StandardServer.await: create[8606]: java.net.BindException: Address already in use Paul Bourget Isabella Products -----Original Message----- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Thursday, August 26, 2010 1:53 PM To: Tomcat Users List Subject: Re: java.net.BindException: Address already in use -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Paul, On 8/26/2010 1:30 PM, Paul Bourget wrote: > Sorry, disregard the last email that file is from a different server > (which is running fine). Here is the file from the server that is not > working. Your configuration looks fine to me: only one <Connector> and the shutdown port is distinct from that. The only thing I can think of is that you are starting that same Tomcat instance twice. Perhaps you have more than one Tomcat instance configured with the same ports? If you've added a network interface, is it possible that Tomcat is trying to bind to 0.0.0.0:8206 instead of 10.0.0.5:8206? - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkx2qg4ACgkQ9CaO5/Lv0PCoHACdE/L4ccgNs0IoOnm+cdPi0Qei 23gAn3bpeCifaBMj/94IKP/hdvUi7HIt =9Ss0 -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org