Go to main content

Oracle® Solaris Cluster Data Service for Apache Tomcat Guide

Exit Print View

Updated: August 2018
 
 

Example: Modifying the Apache Tomcat Configuration Files

  1. Copy the Apache Tomcat configuration file from the agent directory to its deployment location.
    phys-schost-1# cp /opt/SUNWsctomcat/util/sctomcat_config /global/mnt3
    phys-schost-1# cp /opt/SUNWsctomcat/bin/pfile /global/mnt3
    phys-schost-1# chown tomcat:tomcat /global/mnt3/pfile
  2. Add this cluster's information to the sctomcat_config configuration file.

    The following listing shows the relevant file entries and the values to assign to each entry.

    RS=RS-TOM
    RG=RG-TOM
    PORT=8080
    LH=ha-host-1
    NETWORK=true
    SCALABLE=false
    PFILE=/global/mnt3/pfile
    HAS_RS=RS-TOM-HAS
  3. Save and close the file.
  4. Add this cluster's information to the parameter file /global/mnt3/pfile.

    The following listing shows the relevant file entries and the values to assign to each entry.

    EnvScript=/global/mnt3/tomcat/env.ksh
    User=tomcat
    Basepath=/global/mnt3/tomcat/apache-tomcat-5.5.17
    Host=ha-host-1
    Port=8080
    TestCmd="get /index.jsp"
    ReturnString="CATALINA"
    Startwait=20

    As an alternative, you can use the following set of variables:

    EnvScript=/global/mnt3/tomcat/env.ksh
    User=tomcat
    Basepath=/global/mnt3/tomcat/apache-tomcat-5.5.17
    TestUrl="http://ha-host-1:8080/"
    ReturnString="CATALINA"
    Startwait=20
  5. Save and close the file.