Details
Description
We are trying to configure a jetspeed to work in a cluster mode using Application server clustering, with the session shared among the cluster.
When configuring Jakarta Tomcat for TCP cluster, Jetspeed fails to work due to a serializable error in a session update . The error shown in Jetspeed is :
org.apache.jetspeed.request.JetspeedRequestContext.setLocale(JetspeedRequestContext.java
:351)
and the involved object is a WeakHashMap, wich in fact is not a Serializable Object.
This prevents the appication to run in a distributed clustered environment.
Is there an implementation that supports cluster mode in an application Server ? Are there any documentation or implementation working in such a configuration?
thanks in advance.
Attachments
Issue Links
- is cloned by
-
JS2-596 CLONE -Support Tomcat TCP Clustering
- Closed