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 ...
1
vote
0answers
103 views

Terracotta CacheException during restart Tomcat

In our project based o Liferay running on Tomcat7 we use Terracotta. During Tomcat restart we got Terracotta exception: 15:38:54,281 ERROR [CacheFilter:59] net.sf.ehcache.CacheException: ...
0
votes
1answer
212 views

Terracotta Web Sessions JDBC Datasource not Serializable

I've been working on integrating Terracotta web sessions into our application architechture. Everything is correctly running and talking properly, however the application servers keep throwing a huge ...
0
votes
1answer
138 views

Frequent GC (ParNew) when indexing 500,000 users in Lucene

We are indexing a lot of user information in Lucene, running 500 in batches a time. While indexing I see very frequent GCs (ParNew). Is this normal behavior or should I look into GC tuning? ...
0
votes
1answer
305 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
350 views

Terracotta DSO with spring security THROWS NotSerializableException for SessionRegistryImpl.java

Our application stack is hibernate/ spring / spring security/JSF running inside tomcat 7. I have downloaded and installed the Open source Terracotta 3.6.2. We want to configure Terracotta DSO. we ...
1
vote
3answers
662 views

Clustering a Java EE Web app - Options?

I have a web app deployed to three servers running Apache, Tomcat and a load balancer in front of them. Now I am thinking of clustering them. Here are the options usual options and my constraints ...