If you are concerned about clients "playing" where they dont belong.. i would recomend converting your jsp to servlets via jspc or something similar. It works perfectly within the struts framework and its done just prior to deployement so you can still design your pages with the ease of jsp.
:) JMG ----- Original Message ----- From: "BOULAY Arnaud" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 02, 2003 11:04 AM Subject: Are .jsp files required ? > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

