I don't think you can do that.  Another free software based solution you
might want to look into is linux virtual server.  Supposedly it has an IP
based loadbalancer that is uber efficient.

http://www.linuxvirtualserver.org/Joseph.Mack/HOWTO/index.html

Bill

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Vladyslav
> Kosulin
> Sent: Wednesday, August 20, 2003 2:55 PM
> To: [EMAIL PROTECTED]
> Subject: [JBoss-user] mod_jk2 load balancing for a RAID 0+1 analog
>
>
> Hi all,
>
> Here is my configuration:
>
> Front-ent - Apache 2.0.47/mod_jk2/ajp13.
>
> 4 instances of JBoss 3.2.1/Jetty 4.2.11 with identical ear
> applications are
> configured as 2 pairs of fail-over clusters (<distributable/> webapp and
> javagroups as protocol provider).
>
> node1+node2 create first fail-over cluster.
> node3+node4 create a second fail-over cluster.
>
> Initial http request can go to any of these 4 nodes.
>
> After that mod_jk2 should redirect request inside the initial
> fail-over cluster,
> and only if both nodes in that cluster fail, try to redirect to
> another nodes.
>
> The problem here is that I do not know is it possible to configure mod_jk2
> (workers2.properties) to redirect this way. Any ideas are highly
> appreciated.
>
> Also I'd like to use sticky sessions with <distributable/>, i.e.
> subsequent
> requests go to the initial node; if it fails - to fail-over node;
> if fail-over
> fails, too, then redirect ro any available node. As I know, this will be
> possible with JBoss 3.2.2/Jetty if I resolve the first issue.
>
> Thanks,
> Vlad
>
>
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by Dice.com.
> Did you know that Dice has over 25,000 tech jobs available today? From
> careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
> best hiring companies. http://www.dice.com/index.epl?rel_code=104
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
>



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to