Go to main content

Oracle® Solaris Cluster Data Service for Apache Tomcat Guide

Exit Print View

Updated: June 2017
 
 

Example: Modifying the Apache Tomcat Configuration Files

  1. Ensure that the Apache Tomcat data service package was installed.
  2. 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
  3. 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=zone-rg
    PORT=8080
    LH=zone-hostname
    NETWORK=true
    SCALABLE=false
    PFILE=/tomcat/pfile
    HAS_RS=ha-zones-hasp-rs
    ZONE=solarisfz1
    ZONE_BT=solarisfz1-rs
    PROJECT=
  4. Save and close the file.