users@glassfish.java.net

Load Balancer Configuration?

From: <glassfish_at_javadesktop.org>
Date: Thu, 28 Feb 2008 16:08:34 PST

In the loadbalancer.xml, can i configure as follow?

<loadbalancer>
  <cluster name="App-Server-01" policy="round-robin">
    <instance name="App-01-Instance" ... />
    <web-module ... />
    <health-checker ... />
  </cluster>
  <cluster name="App-Server-02" policy="round-robin">
    <instance name="App-02-Instance" ... />
    <web-module ... />
    <health-checker ... />
  </cluster>
  ...
</loadbalancer>

Does the above configuration is a valid configuration for the load balancer plugin?

Will this able to handle two different application in the Sun Java System Application Server 9.1?

Is this able to handle the request from the web server and forward the request to the particular application running on different clusters?
[Message sent by forum member 'wpchau' (wpchau)]

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