Hello Up until now everything I've done with Tomcat has been on a single server. Now I am developing an application that will require multiple Tomcat servers (instances at least) with some sort of load balancer thing in front of them. Classically my ServiceLocator has been a Singleton, now I have the prospect of multiple Singletons living in multiple JVMs.
I realise that this is not actually Tomcat specific and that this situation can arise regardless of Servlet container but I am using Tomcat so I posted here. I was thinking maybe RMI might prove the answer (so I can still have a single Singleton) but another correspondant on this list seems to be having problems with lost data (although we won't be using a wan AFAIK). Is there a well tried solution to this issue ? Many Thanks In Advance Lyallex --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]