JSP file timestamp checking

If you have precompiled all JSPs, you can turn off JSP file timestamp checking for the Web application. Doing so can increase performance by eliminating the required system calls. The com.sybase.jaguar.webapplicaton.jspc-interval Web application property controls how often EAServer checks to see if the JSP should be recompiled. The default is 0, which means the server must check the file timestamp every time the JSP is invoked. To disable checking, set the property to -1. To check after every n seconds, set the value to a positive integer n. For more information, see the description of this property in Appendix B, “Repository Properties Reference,” in the EAServer System Administration Guide.