Tomcat Configuration
Each CS5.0 application server runs off of an included Tomcat 5.5 instance. In order to enable load balancing, edit the conf/server.xml file:
Add a jvmRoute=”nodename” attribute to the <Engine.../> element:
<Engine name="Catalina" defaultHost="localhost" jvmRoute="xpproone">
The name of each node must be unique across all CS5.0 servers.
Last modified on Wed, 19 Sep 2007 15:00:56 -0400
Top / Previous / Next / Up / Table of Contents