Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

...

Linux

To start or stop the Controller (all versions), issue the following commands:
 

Panel
Html bobswift
<pre>
$CATALINA_HOME/bin/startup.sh
$CATALINA_HOME/bin/shutdown.sh
</pre>

or

Panel
Html bobswift
<pre>
 service tomcat start
 service tomcat stop
</pre>

 
If you have configured your system with init.d, you also can use the following commands:

Panel
Html bobswift
<pre>
 /etc/init.d/tomcat start
 /etc/init.d/tomcat stop
</pre>

AIX

The procedures for starting and stopping the Controller are dependent on how Tomcat was configured when the Controller installed.

...

To start or stop the Controller (all versions) from the DOS prompt, use the following commands:

Panel
Html bobswift
<pre>
net stop $Tomcat_Service_Name
net start $Tomcat_Service_Name
</pre>
Note
titleNote

$Tomcat_Service_Name may vary based on the version of Tomcat installed on your machine.