Costin Manolache wrote:
But it's a separate issue - I agree that unloading unused jsps is the most important.
The recommended production usage (= optimal) of JSPs is when they are precommpiled, which means that the Jasper servlet is not used, and the JSPs are plain servlets. Their lifecycle is then identical to the lifecycle of servlets.
I understand the Jasper servlet is junk, and is a testing ground for bad ideas, though (ex: the background compilation thread, and now this).
Rémy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]