Using Tomcat Toolkit in a HP Serviceguard Cluster README Revision: B.06.00

To manage a Tomcat Server with Serviceguard, the default Tomcat
configuration needs to be modified. Before creating and configuring
Serviceguard packages, you need to make sure that the following
configurations have been completed for the Tomcat Server application
for all cluster nodes:
When the Tomcat Server is installed, the default instance may be
automatically configured to be started during system startup via the
runlevel (rc) script "hpws22_tomcatconf" in the /etc/rc.config.d/
directory by setting "HPWS22_TOMCAT_START=1".You should make sure this
is disabled by setting "HPWS22_TOMCAT_START=0".
The connector component to be used is defined as an element in the
Tomcat server configuration file server.xml. The connector component
has a port attribute that needs to be unique for each Tomcat instance,
NOTE: The default server configuration file is located at :
"/opt/hpws22/tomcat/conf/server.xml". If WSS 2.x is installed
it will be installed at: "/opt/hpws22/tomcat/conf/server.xml".
NOTE: The default installation for Tomcat is set to automatic start,
when configuring Tomcat with Serviceguard this should be
disabled.
You must create a separate, distinct CATALINA_BASE directory for each
Tomcat Serviceguard package.
You must configure all Tomcat instances to listen to package re-
locatable IP addresses. (Refer to the Tomcat Server documentation for
detailed information on configuring virtual hosts.)
For a local configuration, you must install and configure Tomcat in
the same location on the primary and all backup nodes and set up
identical (or equivalent) configuration files in the same server root
directory on all nodes. Also, all web application directories must
exist on all nodes and should contain identical files.
For a shared configuration, you will typically configure web
application directories on a shared file system. Note that one or
more shared file systems may be used. Ensure all required components
that are on shared storage will be available at the same time. ( It
is not mandatory to place the CATALINA_BASE directory on a shared file
system in order to make use of shared storage. You may choose a local
CATALINA_BASE directory for configuration files and place only the web
application directories on a shared file system. However, you must
configure identical CATALINA_BASE directories and identical
configuration files on all nodes.)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Shared Configuration
a. Using LVM
~~~~~~~~~~~~