Difference between revisions of "Stop the Application Server"
From AgileApps Support Wiki
imported>Aeric |
imported>Aeric |
||
Line 1: | Line 1: | ||
=== Stop the Application Server === | <includeonly>=== Stop the Application Server ===</includeonly> | ||
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 |
Revision as of 21:24, 2 October 2013
To stop the application server, you kill the Apache Tomcat container it's running in.
- Login in as root
- Execute the command # {appserver_files}/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"