Mantis - Resin
Viewing Issue Advanced Details
3584 minor always 06-27-09 20:06 07-30-09 15:29
ferg  
ferg  
normal  
closed  
fixed  
none    
none 4.0.1  
0003584: JSP slow compilation
(rep by Rick Mann)


Use of JSP-2.0 style tag definitions causes the calling page to get
recompiled each and every time it's called.

Adding a simple-loader to point to WEB-INF/root fixes this, because it
avoids the ClassNotFoundException resin gets when attempting to load
the class for the tag (how it manages to work even though it can't
load the class escapes me).

Unfortunately that seems to introduce a dependency check on that
directory that causes resin to reload the context every time a JSP is
changed.

This strikes me as a fairly serious problem, particularly because
Resin leaks terribly when it reloads the context, and so I have to
shut it down and restart it.


There are no notes attached to this issue.