DO NOT REPLY [Bug 50738] Manager.initInternal not invoked on context reload

2011-02-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50738 --- Comment #6 from Martin Grotzke 2011-02-09 04:40:28 EST --- I just overwrote destroyInternal and debugged/logged, but it seems to be not called for me, neither on context reload nor during stop (CTRL-C). Anyway, so I'll move initializa

DO NOT REPLY [Bug 50738] Manager.initInternal not invoked on context reload

2011-02-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50738 --- Comment #5 from Konstantin Kolinko 2011-02-09 04:21:13 EST --- (In reply to comment #4) > That was working fine for tomcat6. Should initialization be moved to > startInternal? Another solution could be to move destruction into destroy

DO NOT REPLY [Bug 50738] Manager.initInternal not invoked on context reload

2011-02-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50738 --- Comment #4 from Martin Grotzke 2011-02-09 03:40:13 EST --- As I'm doing my initialization in initInternal: https://github.com/magro/memcached-session-manager/blob/tomcat7/core/src/main/java/de/javakaffee/web/msm/MemcachedBackupSession

DO NOT REPLY [Bug 50738] Manager.initInternal not invoked on context reload

2011-02-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50738 --- Comment #3 from Konstantin Kolinko 2011-02-09 03:10:55 EST --- > how do I know that I need to invoke initInternal by myself Why do you need to invoke it? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=ema

DO NOT REPLY [Bug 50738] Manager.initInternal not invoked on context reload

2011-02-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50738 --- Comment #2 from Martin Grotzke 2011-02-09 02:59:46 EST --- For tomcat6 init was called on context reload (actually it's done in StandardContext.start: if (!initialized) init();). If it's intended that this behaviour is changed, then h

DO NOT REPLY [Bug 50738] Manager.initInternal not invoked on context reload

2011-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50738 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|