Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
3answers
319 views

What are the different approaches for Java EE session replication?

I am working on a project that requires really high availability and my team is currently working on upgrading some infra-structure and software for a future release. One of the features we would ...
4
votes
4answers
651 views

FOSS ASP.Net Session Replication Solution?

I've been searching (with little success) for a free/opensource session clustering and replication solution for asp.net. I've run across the usual suspects (indexus sharedcache, memcached), however, ...
1
vote
1answer
52 views

Session id in Tomcat Cluster

I have a basic concept question about tomcat cluster. That is, if I have a tomcat cluster with two machines ( we say, m1 and m2 ) If I access a webpage in m1 with the url : ...
1
vote
1answer
148 views

How do I make the session data serializable

Previously we have implemented sticky session. Here's the link on our environment: Sticky Session in apache doesn't work Our next task is to implement session replication. We are current ...
1
vote
0answers
120 views

HtmlDataTable Not Serializable

I am trying to Session repication in cluster envoirnment. After change all my backing beans to serialized object but I am unable to Serialize HtmlDataTable Caused By: ...
1
vote
1answer
401 views

Sticky Sessions and Session Replication

I am evaluating the case of using sticky sessions with Session replication in tomcat. From my initial evaluation, I thought that if we enable Session replication, then session started in one tomcat ...
1
vote
1answer
250 views

Spring Session Replication Problem

I've currently researching in load balancing my Spring project. I've used Apache web server as front-end to multiple Tomcat instances. I've used mod_jk for the load balancing. When I run it, if I ...
0
votes
0answers
10 views

Tomcat6 Session Replication Filtering

Is there a way to limit what session attributes get replicated in a tomcat6 cluster? I tried the option called sessionAttributeFilter in DeltaManager. But it doesn't work. Has anyone used this? Or ...
0
votes
1answer
52 views

Replication exception with WebSphere 7 sessions

I have a JSF 2 + Spring 3 application that's currently being deployed to a clustered WebSphere 7 environment. The servers are configured for memory-to-memory replication for session handling. While ...
0
votes
0answers
20 views

Tomcat replication session : lazy initialization exception [closed]

Possible Duplicate: Tomcat loadbalancing serialize exception PersistenceExceptionTranslationInterceptor : lazy initialization exception I have two tomcat 6 servers that I put in load ...
0
votes
1answer
85 views

Tomcat loadbalancing serialize exception PersistenceExceptionTranslationInterceptor : lazy initialization exception

I have to put two tomcat servers (tcat01 and tcat02) in a loadbalancing architecture. I'm using tomcat 6.x and I edited the conf/server.xml like this on tomcat tcat01 : <Engine name="Catalina" ...
0
votes
1answer
526 views

Tomcat 6 Clustering - Authenticated Session Replication

I currently have a very basic cluster composed of two Tomcat 6.0.32 instances (Tomcat1 and Tomcat2) running on the same VPS. I'm using mod_proxy_ajp and mod_proxy_balancer as the load balancer through ...
0
votes
0answers
258 views

How to make DefaultListableBeanFactory serializable

We are trying to deploy an application and enabled session replication though distributable tag in web.xml. After implementing several classes as Serializable, we are facing this exception: ...
0
votes
1answer
122 views

Is session replication possible in tomcat, without making session attributes serializable?

Is session replication possible in tomcat, without making session attributes serializable ?
0
votes
2answers
233 views

Force session replication in Tomcat 5.5

I am runnig a web application on tomcat 5.5. How can I force dump of a session into disk on each request on each interval of time
0
votes
1answer
211 views

JBossCacheService: exception occurred in cache put error occurred after changing cache mode to REPL_SYNC

we have a horizontal cluster set up on JBoss 4.2. The session replication worked fine until we changed cache mode from REPL_ASYNC to REPL_SYNC to fix a issue. We started to see warning for some ...