Re: can mod_jk detect web service unavailable

2008-12-03 Thread Rainer Jung
Zeke schrieb: > Hi: I have a JBOSS cluster which use Apache with mod_jk as HTTP load > balancer. In my cluster, some nodes are deployed web service, but not > all. For example, node 1 contains web servicebook_service, I can call > the web service using URL "http://www.node1.com/book_service";, but

Re: can mod_jk detect web service unavailable

2008-12-03 Thread David Knox
Hi Zeke, You didn't say which version of JBOSS you're using, I'm assuming its a recent 4.x version that includes buddy-clustering. You're JBOSS cluster will need to be reconfigured to do what you want. The JBOSS community lists and wiki (www.jboss.org) is the best place for your question.

Re: can mod_jk detect web service unavailable

2008-12-03 Thread Zeke
>"Mark Thomas" <[EMAIL PROTECTED]> wrote: >Zeke wrote: >> Hi: >> I have a JBOSS cluster which use Apache with mod_jk as HTTP load balancer. In my cluster, some nodes are deployed web service, but not all. For example, node 1 contains web servicebook_service, I can call the web service using URL

Re: can mod_jk detect web service unavailable

2008-12-03 Thread Mark Thomas
Zeke wrote: > Hi: > I have a JBOSS cluster which use Apache with mod_jk as HTTP load > balancer. In my cluster, some nodes are deployed web service, but not all. > For example, node 1 contains web servicebook_service, I can call the web > service using URL "http://www.node1.com/book_service"

can mod_jk detect web service unavailable

2008-12-03 Thread Zeke
Hi: I have a JBOSS cluster which use Apache with mod_jk as HTTP load balancer. In my cluster, some nodes are deployed web service, but not all. For example, node 1 contains web servicebook_service, I can call the web service using URL "http://www.node1.com/book_service";, but node 2 does not