Your daily dose of Java and related technologies.
News, Releases, Reviews, Tutorials, Articles, Events, Contests, Comments, Code and much more.
This java weblog is maintained by Xyling Technologies, making life simpler.

Monday, March 07, 2005

Session Replication in Tomcat 5 Clusters

A web application running on a single server is completely lost if the server goes down. But with a cluster, user sessions can be replicated across servers, so that the system stays up even if one server fails. Srini Penchikala presents Tomcat 5's handling of this feature.

[Resource-Type: Article; Category: Java/J2EE; XRating: 4.5]
Title of the post takes you to the article at OnJava

0 Comments:

Post a Comment

<< Home