Difference between revisions of "Stop the Application Server"

From AgileApps Support Wiki
imported>Aeric
m (Text replace - 'Category:System Administration' to 'Category:Installation')
 
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># longjump_installation/scripts/longjump stop</tt>  
#Execute the command <tt># {platform_installation}/scripts/longjump stop</tt>  
#Execute <tt># ps aux | grep tomcat </tt>
#Execute <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 process for tomcat running, then you need to kill the process (<tt>kill tomcat_process_id</tt>)

Revision as of 18:35, 22 June 2011

Stop the Application Server

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

  1. Login in as root
  2. Execute the command # {platform_installation}/scripts/longjump stop
  3. Execute # ps aux | grep tomcat
    If you find a process for tomcat running, then you need to kill the process (kill tomcat_process_id)
    Repeat this command until the system says "No such process"