Re: Fix your web application so it can cleanly un-deploy and re-deploy - how?

2013-11-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dale, On 11/6/13, 5:50 PM, Dale Ogilvie wrote: > Chris made the following good suggestion in another thread: > > "Can I make a suggestion? Fix your web application so it can > cleanly un-deploy and re-deploy and then simply do a hot > deployment?"

RE: Fix your web application so it can cleanly un-deploy and re-deploy - how?

2013-11-07 Thread Dale Ogilvie
Mark Thomas [mailto:ma...@apache.org] wrote: >In short, if there is something the Tomcat developers can do to help then we >would love to do so - just let us know. Many thanks Mark, I'll definitely take careful notes next time I look at this and report back. Dale

Re: Fix your web application so it can cleanly un-deploy and re-deploy - how?

2013-11-07 Thread Mark Thomas
On 06/11/2013 22:50, Dale Ogilvie wrote: > Chris made the following good suggestion in another thread: > > "Can I make a suggestion? Fix your web application so it can cleanly > un-deploy and re-deploy and then simply do a hot deployment?" > > I've been down this track with our own Spring web app

RE: Fix your web application so it can cleanly un-deploy and re-deploy - how?

2013-11-06 Thread Dale Ogilvie
Martin Gainty wrote: >How did Mattias Jiderhamn's library help? It resolved one of the memory leaks, which allowed me to progress on to the next leak :-( Dale

RE: Fix your web application so it can cleanly un-deploy and re-deploy - how?

2013-11-06 Thread Martin Gainty
/spring/docs/3.0.0.M4/reference/html/ch08s05.html http://what-when-how.com/Tutorial/SpringFramework3/SpringFramework300224.html Dale: How did Mattias Jiderhamn's library help? Martin > Subject: Fix your web application so it can cleanly un-deploy and re-deploy - > how? >

RE: Fix your web application so it can cleanly un-deploy and re-deploy - how?

2013-11-06 Thread Caldarale, Charles R
> From: Dale Ogilvie [mailto:dale_ogil...@trimble.com] > Subject: Fix your web application so it can cleanly un-deploy and re-deploy - > how? > As I recall undisposed thread locals were a common theme. Have you enabled this Listener? http://tomcat.apache.org/tomcat-7.

Fix your web application so it can cleanly un-deploy and re-deploy - how?

2013-11-06 Thread Dale Ogilvie
Chris made the following good suggestion in another thread: "Can I make a suggestion? Fix your web application so it can cleanly un-deploy and re-deploy and then simply do a hot deployment?" I've been down this track with our own Spring web apps and found it to be quite a deep rabbit hole where