Q-Logic 3200, 8200 manual Installing Tomcat on Linux, Starting and Stopping Tomcat on Linux

Models: 3200 8200

1 130
Download 130 pages 20.06 Kb
Page 43
Image 43
Installing Tomcat on Linux

1–Product Overview Installing the QLogic Adapter vCenter Plug-in for ESX/ESXi

Installing Tomcat on Linux

To install Tomcat on a Linux OS:

1.Go to the following URL: http://tomcat.apache.org/download-55.cgi

2.Locate the following directory and file:

Binary Distribution > Core > tar.gz (apache-tomcat-5.5.28.tar.gz)

3.Unzip the tar.gz file by issuing the following command: root # tar zxf file.tar.gz

4.Create a symbolic link to a Tomcat directory by issuing the following command:

# ln -s apache-tomcat-5.5.28 tomcat

Where setting variables include the following:

export JAVA_HOME=/root/gwt/jdk1.6.0_17/ export CATALINA_HOME=/root/gwt/tomcat/

Starting and Stopping Tomcat on Linux

To start Tomcat, issue the following command:

# $CATALINA_HOME/bin/startup.sh

To stop Tomcat, issue the following command:

# $CATALINA_HOME/bin/shutdown.sh

Installing Tomcat on Windows

To install Tomcat on a Windows OS:

1.Go to either of the following URLs: http://tomcat.apache.org/download-60.cgihttp://tomcat.apache.org/download-70.cgi

2.Locate the following directory and file:

Binary Distribution > Core > 32-bit/64-bit Windows Service Installer

3.To install the Tomcat service, get the 32-bit/64-bit Windows Service Installer, save it, and run it.

SN0054671-00 A

1-21

Page 43
Image 43
Q-Logic 3200, 8200 manual Installing Tomcat on Linux, Starting and Stopping Tomcat on Linux, Installing Tomcat on Windows