Stop the Application Server

From LongJump Support Wiki
Revision as of 20:14, 13 September 2013 by imported>Aeric
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 # {appserver_files}/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"