jQuery in Action, 2nd edition
The moose likes Distributed Java and the fly likes RMI Clustering in Tomcat using Spring. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Distributed Java
Reply Bookmark "RMI Clustering in Tomcat using Spring." Watch "RMI Clustering in Tomcat using Spring." New topic
Author

RMI Clustering in Tomcat using Spring.

amol dhingra
Greenhorn

Joined: Sep 16, 2007
Posts: 4
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

 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: RMI Clustering in Tomcat using Spring.
 
Similar Threads
Calling struts action across different WAR
Log Issue in OC4j
GlassFishV3.0.1 Deployment issue
War depending on another war -Maven
how to create a central RMIRegistry server