Difference between revisions of "Stop the Application Server"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
Line 4: Line 4:
#<tt>{appserver_files}/scripts/longjump stop</tt>  
#<tt>{appserver_files}/scripts/longjump stop</tt>  
#<tt>ps aux | grep tomcat </tt>
#<tt>ps aux | grep tomcat </tt>
#:If you find a Tomcat process running, kill the process: <tt>kill tomcat_process_id</tt>
#:If you see a Tomcat process running, kill it: <tt>kill {tomcat_process_id}</tt>
#:Repeat these steps until the system says <tt>"No such process"</tt>
#:Repeat these steps until the system says <tt>"No such process"</tt>
<noinclude>
<noinclude>

Revision as of 02:31, 24 January 2014

To stop the application server, you kill the Apache Tomcat container it's running in.

  1. Login in as root
  2. {appserver_files}/scripts/longjump stop
  3. ps aux | grep tomcat
    If you see a Tomcat process running, kill it: kill {tomcat_process_id}
    Repeat these steps until the system says "No such process"