Stop the Application Server
From AgileApps Support Wiki
Revision as of 18:50, 3 May 2011 by imported>Aeric (Text replace - 'Category:System Administration' to 'Category:Installation')
Stop the Application Server
To stop the application server, you kill the Apache Tomcat container it's running in.
- Login in as root
- Execute the command # longjump_installation/scripts/longjump stop
- 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"