On Dec 29, 2013, at 6:57 AM, Nir A <n...@netomedia.com> wrote: > Hi, > > We had problems regarding sessions replication. > We contact you before and after you examined our logs you actually told us > that session replication is indeed talking place although we didn't have > session replication. > > Now, after further investigation we think we are on the problem source: > > > If we create a session in one of our tomcats, the file "sessions.ser" is > not being created at all. > > 1) what could be the cause for that?
1.) You have this feature disabled. http://tomcat.apache.org/tomcat-7.0-doc/config/manager.html#Persistence_Across_Restarts 2.) You're not shutting down Tomcat. This file is only created to persist sessions over restart. See "pathname"... http://tomcat.apache.org/tomcat-7.0-doc/config/manager.html#Standard_Implementation 3.) You're using a clustered manager (DeltaManager or BackupManager), which would not save sessions to disk. > 2) Could that bug be the primary reason why we get no session replication? I do not believe the session serialization file is related to session replication (i.e. clustering) in any way. Dan > > thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org