> On 29.04.2004 19:50, Eddy Fras wrote: > > > Is it possible to avoid a JSP page to be reloaded and recompiled using the > > JSPGenerator in Cocoon when the file has been changed on filesystem ? > > Don't you mean "until the file has been changed on filesystem"?
No, I'd like to completely avoid having the JSPGenerator checking if the jsp file has changed. So, even if the file has been changed on filesystem, I would like to have the jsp not recompiled. > > The Tomcat settings seem to be ignored but perhaps it is normal because the > > JSPEngine object is created by Cocoon. > > Any ideas ? > > Both the JSPGenerator and JSPReader could implement > CacheableProcessingComponent, what they don't do at the moment. It would > be the same as in the FileGenerator. So I could write my own JSPGenerator, just adding the CacheableProcessingComponent interface implementation and that would be enough ? Thanks Joerg, Eddy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
