On Fri, Jul 16, 2004 at 11:34:19AM -0400, Tim Funk wrote:
: Nope. A new classloader (JasperLoader) is instaniated for every JSP page 
: loaded. When the JSP is recompiled. A new JasperLoader is created. 
: JasperLoader should only be loading that single JSP. Once the JSP is 
: recompiled, the old JasperLoader is deferenced.


...and, in theory, one could avoid all of the extra (per-JSP)
classloaders by precompiling, right?

That way, all of the webapp's classes (servlet + now-compiled JSPs)
would be under the single context-specific classloader.

-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to