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


Reply via email to