[ 
https://issues.apache.org/jira/browse/JS2-174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ate Douma updated JS2-174:
--------------------------

    Fix Version/s:     (was: 2.2)
                   2.3

While being able to truly use (portal) session clustering is an important 
feature we definitely will address in the near future, right now we cannot 
attest this to be the case.
Although I haven't tested it out in a long time, I'd expect we might still be 
holding on to a few objects in the portal session which are either 
non-serializable *or*
having transient/static references without the required cross-cluster 
synchronization in place to be able to reconnect to once the containing object 
is serialized.

So, currently using "sticky" sessions is the only tested and tried clustering 
configuration we know that works.
After release 2.2 we're going to replace OJB with (Open)JPA which will make 
matters easier to deal with, also with regards to clustering, caching and 
session replication.
Therefore targeting version 2.3 is more realistic for solving this issue.    

> Support Tomcat TCP Clustering
> -----------------------------
>
>                 Key: JS2-174
>                 URL: https://issues.apache.org/jira/browse/JS2-174
>             Project: Jetspeed 2
>          Issue Type: New Feature
>          Components: Other
>    Affects Versions: 2.1-dev
>         Environment: Tomcat 5.0.30, 5.5.16 
>            Reporter: Jesus Garcia Rodriguez
>            Assignee: Ate Douma
>             Fix For: 2.3
>
>
> 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.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to