• Post Reply 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

RMI Clustering in Tomcat using Spring.

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
We have a big web-application and now we are splitting it into two separate applications (say war1 & war2) which will be run on two different servers.
for fail-over we're planning to have two instances of war2 (Say inst1 & inst2).
for communication between war1 & war2 we have zeroed upon RMI.
now the problem is how to cluster it in Tomcat using Spring so that two aspects:
1.) Load balancing
2.) fail over mechanism
could be ensured?

Thanks in Advance,
Amol

 
reply
    Bookmark Topic Watch Topic
  • New Topic