|
From: Leif M. <le...@ta...> - 2005-03-11 07:09:52
|
Take a look at the WrapperTest sample program that ships with the Wrapper. It is used to test most of the error recovery features of the Wrapper. Also take a look at the WrapperManager class javadocs. There are a few methods in there for this exact purpose. (Note that the accessViolation() method does not work on most new JVMs as the underlying bug that it relies on has been fixed in the JVMs. The accessViolationNative() method will always crash the JVM however.) Cheers, Leif mai...@st... wrote: >This is probably a dumb question on my part. > >But whats the best way to test the wrapper? Are there ways to get tomcat to >hang, overload, cause memory leak to see how the wrapper handles the >situations? > >Thanks! > >John > >---------------------------------------------------------------- >This message was sent using IMP, the Internet Messaging Program. > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >_______________________________________________ >Wrapper-user mailing list >Wra...@li... >https://lists.sourceforge.net/lists/listinfo/wrapper-user > > > |