RE: JreMemoryLeakPreventionListener docs example

2016-09-29 Thread Berneburg, Cris J. - US
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Wednesday, September 28, 2016 4:43 PM To: Tomcat Users List Subject: Re: JreMemoryLeakPreventionListener docs example >>>> It's a slippery slope, my friend. After this, I'll be >>

RE: JreMemoryLeakPreventionListener docs example

2016-09-29 Thread Berneburg, Cris J. - US
Chris and Mark -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday, September 28, 2016 2:21 PM To: Tomcat Users List Subject: Re: JreMemoryLeakPreventionListener docs example [SNIP] >>> attach it to a Bugzilla ticket describing what you are >>

Re: JreMemoryLeakPreventionListener docs example

2016-09-28 Thread Christopher Schultz
rday, September >> 24, 2016 11:55 AM To: Tomcat Users List Subject: Re: >> JreMemoryLeakPreventionListener docs example >> >>> Once you are happy with your edits, do this: >> >> While I can't say that "happy" is the right word, I will say &

Re: JreMemoryLeakPreventionListener docs example

2016-09-28 Thread Mark Thomas
On 28/09/2016 15:07, Berneburg, Cris J. - US wrote: > Chris > > -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Saturday, September 24, 2016 11:55 AM > To: Tomcat Users List > Subject: Re: JreMemoryLeakPrevention

RE: JreMemoryLeakPreventionListener docs example

2016-09-28 Thread Berneburg, Cris J. - US
Chris -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Saturday, September 24, 2016 11:55 AM To: Tomcat Users List Subject: Re: JreMemoryLeakPreventionListener docs example > Once you are happy with your edits, do this: While I can't

RE: JreMemoryLeakPreventionListener docs example

2016-09-28 Thread Berneburg, Cris J. - US
Chris -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Saturday, September 24, 2016 11:55 AM To: Tomcat Users List Subject: Re: JreMemoryLeakPreventionListener docs example [SNIP] >>>> So, could we add a small example server

Re: JreMemoryLeakPreventionListener docs example

2016-09-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Cris, On 9/22/16 1:35 PM, Berneburg, Cris J. - US wrote: > Chris > >>> So, could we add a small example server.xml snippet to the >>> JreMemoryLeakPreventionListener documentation to make it clear >>> to newbies how to add the classesToInitialize

RE: JreMemoryLeakPreventionListener docs example

2016-09-22 Thread Berneburg, Cris J. - US
Chris >> So, could we add a small example server.xml snippet >> to the JreMemoryLeakPreventionListener documentation >> to make it clear to newbies how to add the >> classesToInitialize option? Something like: >> >> > className="org.apache.catalina.core. >> JreMemoryLeakPreventionListener" >>

Re: JreMemoryLeakPreventionListener docs example

2016-09-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Cris, On 9/20/16 12:06 PM, Berneburg, Cris J. - US wrote: > Around 9/6/16 Chris Schultz replied to the "WAR isolation > lifecycle" thread with: > >> There are some libraries that don't shut down well, or the >> applications that use them don't

JreMemoryLeakPreventionListener docs example

2016-09-20 Thread Berneburg, Cris J. - US
Around 9/6/16 Chris Schultz replied to the "WAR isolation lifecycle" thread with: > There are some libraries that don't shut down well, or the applications > that use them don't properly shut them down. The solution is to either > fix the library (ask them!), or use Tomcat's "leak prevention