My dedicated TomCat instance would not shutdown

What to do to resolve:
Please log in to your account via ssh

1. Your tomcat main connector port is 21080 (look up your port # in server.xml)
2. from a command line:
[username@bruno username]$ lsof|grep 21080
java 8761 username 10u IPv6 148107993 TCP *:21080 (LISTEN)

8761 is the process id #

3. kill -9 8761
4. /home/username/tomcat/bin/startup.sh

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Will I have full control over my tomcat instance?

Yes, you will have full control over your tomcat instance. You will be able to stop/start tomcat...

What is the best way to get statistics from tomcat logs?

Our recommended way for tomcat traffic reports is to implement "bug" 1x1 pixel image into your...

I am getting the error "Address Already in Use" when starting tomcat

One of the possible reasons you get error "Address Already in Use" during tomcat startup is...

Can my account use Java 1.4.X instead of 1.5 or 1.6?

Yes, sure. Please let us know what version of java you would like and we will configure your...