Tomcat sessiin replication not working

2013-11-28 Thread Nir A
Hi,
Ive set up a cluster of tomcats
They use back up manager for session replication.

The replication works on my web app.

Today i added another web application,  but when a new session is created,
no replication takes place.
The original web application still replicates fine.

Any ideas why?


Re: Tomcat sessiin replication not working

2013-11-28 Thread Neven Cvetkovic
On Thu, Nov 28, 2013 at 12:32 PM, Nir A n...@netomedia.com wrote:

 Hi,
 Ive set up a cluster of tomcats
 They use back up manager for session replication.

 The replication works on my web app.

 Today i added another web application,  but when a new session is created,
 no replication takes place.
 The original web application still replicates fine.

 Any ideas why?



Did you check in web.xml that your new application is distributable/?


Re: Tomcat sessiin replication not working

2013-11-28 Thread Nir A
Thats probably it.  Thanks
On Nov 28, 2013 7:55 PM, Neven Cvetkovic neven.cvetko...@gmail.com
wrote:

 On Thu, Nov 28, 2013 at 12:32 PM, Nir A n...@netomedia.com wrote:

  Hi,
  Ive set up a cluster of tomcats
  They use back up manager for session replication.
 
  The replication works on my web app.
 
  Today i added another web application,  but when a new session is
 created,
  no replication takes place.
  The original web application still replicates fine.
 
  Any ideas why?
 


 Did you check in web.xml that your new application is distributable/?