Put those classes in one of the shared classloaders...
common/lib common/classes shared/lib shared/classes
They will load once per server startup no matter how many times your apps are reloaded.
Jake
At 04:32 PM 3/4/2003 -0500, you wrote:
Hi,
I'm using the ant task to reload my web application during development. The problem is that I have a huge run time library (takes about 45 seconds to load up the class itself). The static block is executed each time i reload (these are not servlets - they are JAXB generated classes). Is there any way to keep those classes loaded into tomcat, so when i reload the class is already initialized? is there an alternate method for accomplishing this?
thanks, Marc Dumontier Mount Sinai Hospital Toronto, ON
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
