Starting and Stopping Universal Controller
This page provide platform-specific instructions for starting and stopping Universal Controller 7.5.x.
Starting and Stopping the Controller on UNIX
Note
These procedures are appropriate for all supported systems of UNIX.
Linux |
To start or stop the Controller (all versions), issue the following commands: $CATALINA_HOME/bin/startup.sh $CATALINA_HOME/bin/shutdown.sh or service tomcat start service tomcat stop /etc/init.d/tomcat start /etc/init.d/tomcat stop |
---|---|
AIX |
The procedures for starting and stopping the Controller are dependent on how Tomcat was configured when the Controller installed. |
Starting and Stopping the Controller on Windows
To start or stop the Controller (all versions) from the DOS prompt, use the following commands:
net stop $Tomcat_Service_Name net start $Tomcat_Service_Name
Note
$Tomcat_Service_Name
may vary based on the version of Tomcat installed on your machine.