Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Jboss Cluster - Node specific service

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi

I have a clustered environment (Jboss 5 AS) and load balancing is done using apache modjk2.

Is there any specific way to start a particular service(say for a example a scheduler) on a particular node instead of leaving it for the load balancer to pick up the node for providing the service?

Any suggestions will be of great help.

Thank you
Nivi
 
Ranch Hand
Posts: 74
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator

Nivetha Shri wrote:Hi

I have a clustered environment (Jboss 5 AS) and load balancing is done using apache modjk2.

Is there any specific way to start a particular service(say for a example a scheduler) on a particular node instead of leaving it for the load balancer to pick up the node for providing the service?

Any suggestions will be of great help.

Thank you
Nivi



Can you provide cleint code for load balancing and steps also
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Gourav,

Please do not hijack someone else's thread, which by the way is two year old.
 
    Bookmark Topic Watch Topic
  • New Topic