Red Hat Training

A Red Hat training course is available for Red Hat JBoss Web Server

B.3. Load Configuration

The following table contains additional configuration properties that are used when mod_cluster is configured with Tomcat:

Table B.5. Load Configuration for Tomcat

AttributeDefault ValueDescription
loadMetricClassPlease see note.This is the class name of an object that is implementing org.jboss.load.metric.LoadMetric.
loadMetricCapacity1This is the capacity of the load metric defined via the loadMetricClass property.
loadHistory9This is the number of historic load values that must be considered in the load balance factor computation.
loadDecayFactor2This is the factor by which the historic load values decrease in significance.

Important

The default value for loadMetricClass is org.jboss.modcluster.load.metric.impl.BusyConnectorsLoadMetric.