Running the ant command to create a Service View cluster automatically makes the following changes to the server.xml file in the Viewnumber\conf folder. In the folder name, number specifies the cluster number.
<Server port="8085" shutdown="SHUTDOWN" debug="0">
<Connector port="8080" minProcessors="5" maxProcessors="200"
enableLookups="true" redirectPort="8443"
<Connector port="8009"
enableLookups="false" redirectPort="8443" protocol="AJP/1.3"
emptySessionPath="true" />
<Engine name="Standalone" defaultHost="localhost" debug="0" jvmRoute="_hostname_{usmviewnumber|cawfnumber}">
The jvmRoute is constructed by appending the following strings:
If the CA Service View service is being clustered, the string usmviewnumber is appended.
If the CA Service Fulfillment service is being clustered, the string cawfnumber is appended.
For example, if the CA Service View service is clustered on a host called XYZ, its jvmroute name is XYZ_usmview. If a vertical cluster is added to this node using the ant command, the jvmroute name is XYZ_usmview1. Additional vertical nodes are named XYZ_usmview2, XYZ_usmview3, and so forth.
<Receiver
className="org.apache.catalina.cluster.tcp.ReplicationListener"
tcpListenAddress="auto"
tcpListenPort="4002"
tcpSelectorTimeout="100"
tcpThreadCount="6"/> <Receiver
| Copyright © 2010 CA. All rights reserved. | Email CA Technologies about this topic |