Tagged Questions
0
votes
0answers
80 views
Spring session and terracotta
I am trying to create a session replication with tomcat and spring over terracotta. I put the Valve in the context.xml as instructed and when a request comes through i can see that it contains a ...
0
votes
1answer
301 views
Session Clustering Tomcat + terracotta on single server
I want to make session clustering with terracotta and 2 tomcat on single server.
i following instruction from :
...
1
vote
0answers
335 views
Has anyone integrated Terracotta EHcache + WebSession with JBoss?
I`m using JBoss 5.1.0 GA with Terracotta EHcache(with Hibernate). This setup works fine but when I try to add Terracotta WebSessions I get
09:28:11,894 ERROR [CoyoteAdapter] An exception or error ...
0
votes
2answers
57 views
Minimizing Customer Interruption During Deployment
How do you deploy new code into production so that the customer experience is not interrupted?
Let's assume an e-commerce website that's in a load balanced environment, where no session state is ...
1
vote
1answer
227 views
Is Terracotta used professionally?
Today at work I had a discussion with my co-workers and my boss about stateless/stateful beans (we just finished a project using JSF, it was the first time anyone at this company did something JSF ...
2
votes
0answers
407 views
Terracotta Web Sessions - dynamically reload configuration and/or change configured webapps on the fly
Is there a way to dynamically reload the Terracotta configuration file without restarting Terracotta and losing Session replication for every web app?
More Info: I'm in charge of about 30 unruly, ...