-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Néstor,
On 8/11/13 7:17 AM, Néstor Boscán wrote:
> I'm configuring my two node tomcat 7 service in AWS with Database
> Session Store. I did the following steps:
>
> 1.- Configured JAVA_OPTS with
> -Dorg.apache.catalina.session.StandardSession.ACT
Hi
I'm configuring my two node tomcat 7 service in AWS with Database
Session Store. I did the following steps:
1.- Configured JAVA_OPTS with
-Dorg.apache.catalina.session.StandardSession.ACTIVITY_CHECK=true
2.- Configured context.xml with:
3.- Created the database table.
4.- My