Difference between revisions of "Stop the Application Server"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
Line 2: Line 2:
To stop the application server, you kill the Apache Tomcat container it's running in.
To stop the application server, you kill the Apache Tomcat container it's running in.
#Login in as root
#Login in as root
#Execute the command <tt># {appserver_files}/scripts/longjump stop</tt>  
#<tt>{appserver_files}/scripts/longjump stop</tt>  
#Execute <tt># ps aux | grep tomcat </tt>
#<tt>ps aux | grep tomcat </tt>
#:If you find a process for tomcat running, then you need to kill the process (<tt>kill tomcat_process_id</tt>)
#:If you find a Tomcat process running, you need to kill the process:
#:Repeat this command until the system says <tt>"No such process"</tt>
#::<tt>kill tomcat_process_id</tt>
#:Repeat these steps until the system says <tt>"No such process"</tt>
<noinclude>
<noinclude>


[[Category:Installation]]
[[Category:Installation]]
</noinclude>
</noinclude>

Revision as of 02:30, 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 find a Tomcat process running, you need to kill the process:
    kill tomcat_process_id
    Repeat these steps until the system says "No such process"