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]
