0

I have 2 web application on my tomcat cluster(consists of 3 tomcat instances) both run on each tomcat instance.

The tomcat cluster is configured to replicate sessions via BackupManager.

On The first webapp, On new session creation, i get a new session (primary) on the instance , and another instance is getting the Backup session as anticipated.

However, on my second web app, when a session is created, no replication takes place:(

Any ideas why this happening?

Urbanleg
  • 6,252
  • 16
  • 76
  • 139

1 Answers1

0

Had to set the web.xml of the web application to distributable/>

Urbanleg
  • 6,252
  • 16
  • 76
  • 139