I'd try a more recent version of the session replication stuff, which will be used in tomcat 5 also (think it uses a similar codebase like that javagroups stuff):
http://cvs.apache.org/~fhanik/index.html


However there's an obstacle (true for that older version too)
Make sure all your session attributes implement java.io.Serializable
else Session replication (and your webapp) won't work


At 17:00 11.07.2003 +0200, you wrote:
Hi all,

 we need to replicate HTTP session between TOMCAT istance/cluster on Win2000
(and in the next-time on Tru64 5.1B).

We have TOMCAT v.4.0.6 (but we can change it).

We have done some test with procedure suggest on TheServerSide.COM site -
http://www.theserverside.com/resources/article.jsp?l=Tomcatbut, but we have
some problems when try to use TOMCAT session example :
-----------------------------------------------------------
type Exception report
message Internal Server Error
description The server encountered an internal error (Internal Server Error)
that prevented it from fulfilling this request.
exception
java.lang.NullPointerException
        at
org.apache.catalina.session.InMemoryReplicationManager.createSession(InMemor
yReplicationManager.java:212)
        at
org.apache.catalina.session.InMemoryReplicationManager.createSession(InMemor
yReplicationManager.java:242)
        at
org.apache.catalina.connector.HttpRequestBase.doGetSession(HttpRequestBase.j
ava:1134)
----------------------------------------------------------------------------
-----

Do you have a suggestion about this ? What's tomcat's module to use ? any
servlets examples ? What's the better TOMCAT version ?

Thanks in advance.

Best Regards
 Tony


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



Reply via email to