HOW TO: Restart your Tomcat server ?

Its quite simple to restart your Tomcat server instance. Just login to the server via SSH and use the following directions:

If you run the following commands on the command line you can restart your instance:

killall -9 java

(the above command will produce some errors, because you can only kill your instances, not everyone\'s - that is normal)

then:

/tomcat-users/yourname.com/bin/catalina.sh start

(replace yourname.com with your domain name.)

This command will start up tomcat

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

What do I need to do to put Flash on my website?

Flash is a client side feature - it runs on the user's computer, not on your web host. As long as...

How do I track how many hits my website gets?

Tracking on your site can be either done server-side or remotely. With server-side statistics,...

What are PHP, ASP, perl, etc?

These are all programming languages which are referred to by their acronyms.PHP - PHP: Hypertext...

How do I login to my domain's cPanel?

you can login to your cPanel by going to www.yourdomain.com/cpanel (yourdomain is...

Do I have to change my domain if I get a new host?

No. Provided that the domain is registered in your name (as it should be), you can simply update...

Powered by WHMCompleteSolution