Stop the Application Server
From AgileApps Support Wiki
Revision as of 02:31, 24 January 2014 by imported>Aeric
To stop the application server, you kill the Apache Tomcat container it's running in.
- Login in as root
- {appserver_files}/scripts/longjump stop
- 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"