46 CHAPTER 3: MANAGING VCX SERVERS
Managing the Tomcat Web Server
The Tomcat web server allows administrators and users to access
web-based VCX management and provisioning interfaces. The Tomcat
server can run on an IP Telephony and IP Messaging Server, an IP
Telephony Server, an IP Messaging Server, or a Call Server.
Verifying Tomcat
Server Status
To verify that the Tomcat server is running:
1Log in into the server hosting the Tomcat server using the root account.
2Enter the following command:
ps -aux | grep tomcat
If Tomcat is running, the operating system returns output similar to the
following:
tomcat 11619 0.0 3.7 496564 95892 ? S Jun05 5:37
/opt/3com/VCX/j2sdk/bin/java -Xms32m -Xmx256m
-Djava.util.logging.manager=
org.apache.juli.ClassLoaderLogManager -Djava.endorsed.dirs=
/opt/3com/VCX/tomcat/common/endorsed -classpath
:/opt/3com/VCX/tomcat/bin/bootstrap.jar:/opt/3com/VCX/tomcat
/bin/commons-log
root 17471 0.0 0.0 3888 600 pts/0 S 06:57 0:00 grep tomcat
Stopping the Tomcat
Server
You may need to stop and start the Tomcat web server (for example,
when performing a VCX software upgrade).
To stop the Tomcat process:
1Log in into the server hosting the Tomcat server using the tomcat
account.
2Enter the following commands:
cd /opt/3com/VCX/scripts/rc3.d
./S70tomcat stop
exit
Starting the Tomcat
Server
To start the Tomcat process:
1Log in into the server hosting the Tomcat server using the tomcat
account.
2Enter the following commands: