Difference between revisions of "Stop the Application Server"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
 
(8 intermediate revisions by the same user not shown)
Line 2: Line 2:
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
#<tt>{appserver_files}/scripts/longjump stop</tt>
#<tt>{install-dir}/profiles/IS_default/bin/shutdown.sh</tt>  
#<tt>ps aux | grep tomcat </tt>
#:If you find a Tomcat process running, you need to kill the process:
#::<tt>kill tomcat_process_id</tt>
#:Repeat these steps until the system says <tt>"No such process"</tt>
<noinclude>
<noinclude>


[[Category:Installation]]
[[Category:Installation]]
[[Category:Installable Version]]
</noinclude>
</noinclude>

Latest revision as of 11:24, 17 October 2019

To stop the application server, you kill the Apache Tomcat container it's running in.

  1. Login in as root
  2. {install-dir}/profiles/IS_default/bin/shutdown.sh