Difference between revisions of "Stop the Application Server"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
 
(12 intermediate revisions by the same user not shown)
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
#Execute the command <tt># {platform_installation}/scripts/longjump stop</tt>
#<tt>{install-dir}/profiles/IS_default/bin/shutdown.sh</tt>  
#Execute <tt># ps aux | grep tomcat </tt>
#:If you find a process for tomcat running, then you need to kill the process (<tt>kill tomcat_process_id</tt>)
#:Repeat this command 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