Message6056

Author zyasoft
Recipients adam.spiers, amak, colinhevans, fwierzbicki, matt_brinkley, pjenvey, zyasoft
Date 2010-09-09.07:05:04
SpamBayes Score 0.0002077279
Marked as misclassified No
Message-id <AANLkTik3Vw_2fjo9zMFGJnK6d6NZcSM4A8LaPOS-cNPh@mail.gmail.com>
In-reply-to <1283978933.83.0.583447739692.issue1327@psf.upfronthosting.co.za>
Content
Ideally we can create a test case that doesn't require Tomcat or manual
intervention.

following way: I have created a minimal web app (servlet) that just opens
and runs a python script using the jython library as a part of its
initialization. I install this in Tomcat, start Tomcat, and then use the
Tomcat manager to remove my test web app. Finally, I verify the classloader
was GCed by forcing some JVM GCs and then doing a heap dump with a tool like
VisualVM or yourkit.
>
> _______________________________________
> Jython tracker <report@bugs.jython.org>
> <http://bugs.jython.org/issue1327>
> _______________________________________
Files
File name Uploaded
unnamed zyasoft, 2010-09-09.07:05:03
History
Date User Action Args
2010-09-09 07:05:04zyasoftsetrecipients: + fwierzbicki, amak, pjenvey, colinhevans, matt_brinkley, adam.spiers
2010-09-09 07:05:04zyasoftlinkissue1327 messages
2010-09-09 07:05:04zyasoftcreate