HOW TO: Use the Tomcat Manager to stop, start and restart your JSP/Servlet Applications ?

You can use the Tomcat Manager application to start, stop, reload, etc. your web applications. To access it, the URL is:

http://www.yourname.com:8080/manager/html

Replace yourname.com with your actual domain name and replace 8080 With the port number for your Tomcat instance.

From here, you will be able to use the Tomcat Manager HTML interface to start, stop, restart and manage your JSP Servlet web applications.

You can also use the "command line" version of the Tomcat manager to send commands to Tomcat in the URL. For instance:

http://www.yourname.com:8080/manager/list

will list your active applications.

Full documentation for the "command line" manager is available on the Tomcat website:

http://jakarta.apache.org/tomcat/tomcat-4.0-doc/manager-howto.html

  • 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