> From: Asfand Qazi [mailto:[EMAIL PROTECTED] > Subject: Problem with Tomcat caching old pages that it shouldn't > > The problem is, when I reload it a second time, Tomcat serves me the > old compiled JSP scriptlet, instead of giving me the compile error > message again!
Please include the exact Tomcat level in problem descriptions, so people will have some idea of which documentation pages to tell you to read. Here's some to look at that may have some bearing on the issue, and specific parameters on each: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/context.html cacheTTL http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/loader.html checkInterval Also look at the various parameters for the jsp servlet in conf/web.xml, since that controls how compilations are done. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
