I’m writing a bash script that automatically deploys an application to a tomcat server. How can I stop the application from bash / command line?
I’m writing a bash script that automatically deploys an application to a tomcat server.
Share
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.
The easiest method I know of is to install the Tomcat manager webapp, note the URL for stopping an application, and
wgetthat URL.