You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Christian Bjørnbak <bj...@iuas.dk> on 2000/11/23 08:31:15 UTC

Clustering/distributed container..

Hi

Does Tomcat 3.1 support clustering of JVM's/distributed containers, where
the sessions is replicated to the partipating servers???

According to the Servlet API 2.2, it's a feature all servlet containers need
to have...

If it isn't in this version when will it???

/Christian Bjørnbak

Re: Clustering/distributed container..

Posted by "Craig R. McClanahan" <Cr...@eng.sun.com>.
Christian Bjørnbak wrote:

> Hi
>
> Does Tomcat 3.1 support clustering of JVM's/distributed containers, where
> the sessions is replicated to the partipating servers???
>

No.

>
> According to the Servlet API 2.2, it's a feature all servlet containers need
> to have...
>

You might want to reread that text (admittedly, it is a little confusing).
Basically, the spec is saying *if* you support distributed sessions, your
container needs to obey a specific set of rules (such as "all concurrent
requests to a particular session must be directed to the same JVM").

>
> If it isn't in this version when will it???
>

As soon as someone contributes the code to make it do this :-).

>
> /Christian Bjørnbak

Craig