Thursday, June 2, 2016

Address already in use tomcat


I also had the same issue. Tried all the options suggested in this thread. But didnt help. Then just did ran:
ps -awwef | grep tomcat
and found some stale process running. I killed it using (-15 instead of -9)
sudo kill -15 <tomcat pid from previous command>
And woot! it worked. Restarted tomcat without any issue.

http://stackoverflow.com/questions/8040640/tomcat-startup-8080-address-already-in-use

No comments:

Post a Comment