Documentation
Kattare is dedicated to making your hosting experience as painless as possible.
That means making as much help and documentation available as possible.
If you have a question that you think would be helpful to have here, please
[Submit your Question].
|
|
| Category |
| JSP-Java Servlets |
|
Question
|
Last Modified: Dec 12, 2005
|
| How do I restart my JVM? |
| Answer |
First you will need an SSH client such as putty.
(http://www.chiark.greenend.org.uk/~sgtatham/putty/)
Next you setup putty to SSH directly to your webserver.
You can do this by using your domain as the hostname.
You can then run the script "bin/tomcat.sh stop" to stop Tomcat.
You should use the top command "top" to make sure that all processes
have stopped before running "bin/tomcat.sh start" again.
If for some reason Tomcat will not stop, see this FAQ:
https://www.kattare.com/docs/faq_view/190/JSP-Java+Servlets
|
[FAQ Main]
[Submit a Question]
[Back to Category "JSP-Java Servlets"]
|