mauriciorodrigues / memcached-session-manager

Automatically exported from code.google.com/p/memcached-session-manager
0 stars 0 forks source link

tomcat7: Manager not properly reinitialized on context reload #82

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Originally reported in #80: in tomcat7, when the context is reloaded (e.g. by 
touching the web.xml), the manager is not properly reinitialized, so that 
previously stored sessions cannot be loaded from memcached after the reload.

Also discussed in https://issues.apache.org/bugzilla/show_bug.cgi?id=50738

Original issue reported on code.google.com by martin.grotzke on 9 Feb 2011 at 10:51

GoogleCodeExporter commented 8 years ago
Fixed, jars are attached.

msm sample webapp on github is also updated with this version 
(https://github.com/magro/msm-sample-webapp/tree/simpleservlet).

Original comment by martin.grotzke on 9 Feb 2011 at 1:06

Attachments:

GoogleCodeExporter commented 8 years ago
Checked and it is working on tc7. Double initialization is also gone.

Original comment by rusla...@gmail.com on 15 Feb 2011 at 11:13