How can i restart one application hosted in Tomcat 6.0?
I’m looking for a command line command. Replace *.war file or doing this by Tomcat’s http management page is not solution for for problem.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Tomcat has no feature to graceful restart the server.
You can use the manager application and make a url call from the command line using e. g. cURL to restart a certain application.
To reload an application you can use the following command line call (using curl):