Load Balancing

NEWS & TIPS

  • Site Access Keys
  • Top: Alt+t
    Previous: Alt+,
    Next: Alt+.
    Up: Alt+;
    (Note: use Ctrl on the Mac)

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

Topic Feedback Form

Content Rating:
Email:
Feedback:


Top / Previous / Next / Up / Table of Contents