Stop the Application Server

From AgileApps Support Wiki
Revision as of 02:30, 24 January 2014 by imported>Aeric

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"