It seems that Tomcat configuration about "check for file modification" is ignored by Jasper but I guess this is normal. The JSP Generator uses the JSPEngineImpl to compile the jsp and this engine calls the Jasper servlet in its own context (servlet.init() and servlet.service()). What I tried to do is to have my own JSPEngineImpl calling the Jasper Servlet and make the servlet initialisation with my own JSPEngineServletConfig to add parameters recognized by the servlet (development = false and reloading=false). Unfortunately, that did not work and I don't understand why.
Unfortunately that's out of my space ... here I can't help anymore.
Joerg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
