Re: contextDestroyed() method not called

2016-03-19 Thread Daniel Savard
. Regards, - Daniel Savard 2016-03-16 23:56 GMT-04:00 Caldarale, Charles R : >> From: Daniel Savard [mailto:daniel.sav...@gmail.com] >> Subject: contextDestroyed() method not called > >> I noticed a problem with one of my web applications which requires >> some cleanup

RE: contextDestroyed() method not called

2016-03-19 Thread Caldarale, Charles R
> From: Daniel Savard [mailto:daniel.sav...@gmail.com] > Subject: Re: contextDestroyed() method not called Read the mailing list rules: don't top post. http://tomcat.apache.org/lists.html#tomcat-users > I'm running it on Window 2012 Server as well as Linux RHEL. Ok, good to

RE: contextDestroyed() method not called

2016-03-19 Thread Caldarale, Charles R
> From: Daniel Savard [mailto:daniel.sav...@gmail.com] > Subject: contextDestroyed() method not called > I noticed a problem with one of my web applications which requires > some cleanup when shutdown. It seems this cleanup isn't happening even > if everything

Re: contextDestroyed() method not called

2016-03-19 Thread Daniel Savard
aniel.sav...@gmail.com] >> Subject: Re: contextDestroyed() method not called > > Read the mailing list rules: don't top post. > http://tomcat.apache.org/lists.html#tomcat-users > >> I'm running it on Window 2012 Server as well as Linux RHEL. > > Ok, good t

contextDestroyed() method not called

2016-03-18 Thread Daniel Savard
Hi everyone, I noticed a problem with one of my web applications which requires some cleanup when shutdown. It seems this cleanup isn't happening even if everything has been put in the contextDestroyed() method of my web listener. So, to debug this problem I wrote a minimal web listener and tested

Re: contextDestroyed() method not called

2016-03-18 Thread Daniel Savard
> 2016-03-17 8:47 GMT-04:00 Caldarale, Charles R : >>> From: Daniel Savard [mailto:daniel.sav...@gmail.com] >>> Subject: Re: contextDestroyed() method not called >> >> Read the mailing list rules: don't top post. >> http://tomcat.apache.org/lists.html#to