Re: Page not recompiling after being touched

2006-02-24 Thread Robert Taylor
Mark, thanks so much. I've been over the docs so many times, but I missed this tidbit. /robert Mark Thomas wrote: Robert Taylor wrote: If you use antiResourceLocking, modified JSPs are not detected. This is in the docs. See http://tomcat.apache.org/tomcat-5.5-doc/config/context.html Ma

Re: Page not recompiling after being touched

2006-02-24 Thread Mark Thomas
Robert Taylor wrote: > reloadable="true" > antiJarLocking="true" > antiResourceLocking="true"> > If you use antiResourceLocking, modified JSPs are not detected. This is in the docs. See http://tomcat.apache.org/tomcat-5.5-doc/config/context.html Mark ---