We just set up Tomcat 6 on our boxes for dev purposes, and we're using it to run a Spring-based Java web app. We've been able to run other apps before using our Tomcat 5.5 instance.
We've reconfigured our environment variables to point to the Tomcat 6 folder, and we're able to run our project fine. On shutdown, we see the following message printed once every second, with no indicator of stopping:
org.apache.tomcat.util.net.AprEndpoint stop WARNING: endpoint.warn.unlockAcceptorFailed
My google searches haven't led me to anything useful, and right now I want to find out if anyone else has seen this and provide solutions.
This is also my first time on ServerFault, so I'd also like to make sure this is an appropriate question here, or if I should ask it on StackOverflow instead.
Thank you.
catalina.outlog file? – quanta Sep 23 '11 at 3:40