Previous Topic: Updates to the Log4j.properties File

Next Topic: Remove a Cluster

New Windows Service

Running the ant command to create a Service View cluster automatically creates a Windows service, as follows:

Note: To remove the CA Service Viewn service, enter the command: viewservice.bat –r.

Verify the Server.xml Files

Verifying the server.xml files is a required task when you set up a cluster.

To verify the server.xml files

  1. Review the updates made by the ant command, especially the updates to the server.xml file.
  2. Open each server.xml file and perform the remaining steps.
  3. Locate the following line and verify that the file specifies a unique jvm route name:
    <Engine name="Standalone" defaultHost="localhost" debug="0" jvmRoute="_hostname_{usmviewnumber|cawfnumber}">
    
  4. Update the jvm route name to a unique value, if any other server.xml file specifies the same value.
  5. Locate the following lines and verify that the file specifies a unique tcplisten port number:
    <Receiver
                    className="org.apache.catalina.cluster.tcp.ReplicationListener"
                    tcpListenAddress="auto"
                    tcpListenPort="4002"
                    tcpSelectorTimeout="100"
                    tcpThreadCount="6"/>	<Receiver
    
  6. Update the tcplisten port number to a unique value, if any other server.xml file specifies the same value.

You have verified the server.xml files.