Hi Mats,
Clustering is a shipping part of Tomcat 5. It works better in Tomcat 5 since
it is container based instead of context based as in Tomcat 4.x.

There is not much document nor much noise because the implementation is
quite simple. Inside the server.xml that ships with Tomcat 5 you will see
clustering commented out and documented.
Your web.xml will also need to have the <distributed/> tag, to mark each
webapp you want sessions replicated for.

I will shortly be working on some improvements to the clustering package,
and if time/money permits also farming. However, I need to pay rent each
month, so paying clients go first hand :)

Let me know if there is anything else I can do for you?

Filip

> -----Original Message-----
> From: Mats Andersson [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, September 09, 2003 7:22 AM
> To: [EMAIL PROTECTED]
> Subject: Tomcat 4 and 5 cluster
>
>
> Why is there so little noise on the web about clustering/session
> replication on Tomcat? I think Tomcat is a superior servlet engine (yes
> that's my opinion), but I need session replication on my latest project.
> I have tried Filip Haniks package, which works great, but I have not
> found any recent work on this for Tomcat 5. I also found some
> documentation about DistributedManager which may be the answer to my
> needs, but how do I use it? If you have some best practices to share or
> any information about recent work on a stable solution that will work in
> Tomcat 5, please let me know.
>
> Best regards!
> Mats Andersson
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to