Go to main content

Oracle® Solaris Cluster Data Service for Apache Tomcat Guide

Exit Print View

Updated: August 2018
 
 

Example: Preparing the Cluster for Apache Tomcat

  1. Install and configure the cluster as instructed in Installing and Configuring an Oracle Solaris Cluster 4.4 Environment.

      Install the following cluster software components on both nodes.

    • Oracle Solaris Cluster core software

    • Oracle Solaris Cluster data service for Apache Tomcat

  2. Beginning on the node that owns the file system, add the tomcat user.
    phys-schost-1# groupadd -g 1000 tomcat
    phys-schost-2# groupadd -g 1000 tomcat
    phys-schost-1# useradd -g 1000 -d /global/mnt3/tomcat -m -s /bin/ksh tomcat
    phys-schost-2# useradd -g 1000 -d /global/mnt3/tomcat -m -s /bin/ksh tomcat