Hi ! Are .jsp files physically required on a production server ? I would prevent any change by my customer and think that "reloading=false" is not safe enougth. I think that .class should be enougth but delete a .jsp file generates an exception (even with reloading=false in web.xml).. I want produce .java and .class with ant tasks (<jspc> and <javac>). Please, what should I do to have a Production Webapp on a Production Server with only JRE+Tomcat? Thanks ! Regards, Arnaud
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

