Felipe Oliveira wrote:

you can set each node to be part of a group...so node1 and node2 on group1 and node 3 and node 4 on group 2.
then set one of these groups as local_worker

Could you please give a short example of doing this with mod_jk2? I tried to modify my workers2.properties without success at all :-(

Thanks,
Vlad

Vladyslav Kosulin wrote:

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 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