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

Reply via email to