users@glassfish.java.net

Re: So now that load balancer clustering appear to be fine.

From: <glassfish_at_javadesktop.org>
Date: Thu, 27 Sep 2007 10:46:13 PDT

Here is my loadbalancer.xml

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE loadbalancer PUBLIC "-//Sun Microsystems Inc.//DTD Sun Java System Application Server 9.1//EN" "sun-loadbalancer_1_2.dtd">
<loadbalancer>
  <cluster name="TestCluster" policy="round-robin">
    <instance disable-timeout-in-minutes="30" enabled="true" listeners="http://midtown.covaluate.com:38080 https://midtown.covaluate.com:38181" name="SecondTestServer" weight="100"/>
    <instance disable-timeout-in-minutes="30" enabled="true" listeners="http://midtown.covaluate.com:38081 https://midtown.covaluate.com:38182" name="FirstTestServer" weight="100"/>
    <web-module context-root="/ilda" disable-timeout-in-minutes="30" enabled="true"/>
    <health-checker interval-in-seconds="30" timeout-in-seconds="10" url="/"/>
  </cluster>
  <property name="response-timeout-in-seconds" value="60"/>
  <property name="reload-poll-interval-in-seconds" value="60"/>
  <property name="https-routing" value="false"/>
  <property name="require-monitor-data" value="false"/>
  <property name="active-healthcheck-enabled" value="false"/>
  <property name="number-healthcheck-retries" value="3"/>
  <property name="rewrite-location" value="true"/>
</loadbalancer>
<!--
 This file was generated on: [Wed Sep 26 23:03:17 PDT 2007].
Debugging Tips:
By default, instances and web-modules are not enabled. Please enable them manually if you have not done that using asadmin.
-->
[Message sent by forum member 'samdoyle' (samdoyle)]

http://forums.java.net/jive/thread.jspa?messageID=237432