Re: An update to Tomcat

2001-01-26 Thread horwat
I've also looked into modifying the isOutDated method. Currently, it is looking at the filesystem for the jsp last modified time. The changes that I'd like to make include getting rid of that dependency and instead look at the url resource for the modification time. At the bottom of this web page

Re: An update to Tomcat

2001-01-26 Thread David Pollak
Pierre et. al., I've updated the 3.2.1 code to support testing included files for changes when determining wether to compile a JSP page. Do you want the code? If so, please let me know the best format to deliver it. Thanks, David Anil Vijendran wrote: > David, > > Can you follow this up wit

Re: An update to Tomcat

2001-01-26 Thread Anil Vijendran
David, Can you follow this up with Pierre and tomcat-dev? This could probably go into 3.3 and 4.x. Thanks. David Pollak wrote: > Anil, > > My team has been using Tomcat and noticed that changing included files > does not cause Tomcat to recompile the pages that include that changed > files. I