вт, 29 июн. 2021 г. в 19:35, Christopher Schultz <ch...@christopherschultz.net>: > > Konstantin, > > On 6/29/21 10:21, Konstantin Kolinko wrote: > > ср, 2 июн. 2021 г. в 23:16, Christopher Schultz > > <ch...@christopherschultz.net>: > [...] > > Has the page been compiled once, or its modification time is being > > checked over and over, or even worse: being recompiled? > > Probably not being recompiled. The source JSP has a file-date in 2016 > and the generated .java and .class files also have a date in 2016.
File dates do not matter: Tomcat resets them to match the original file, as that is a way to track the changes. That is why I asked about the file system and its supported time precision. The time when the java file was generated is shown with a comment, "Generated at: " at the top of the file. Also note "_jspx_dependants.put(...)" lines in the java file. Those are dependencies whose modification timestamps are checked as well. > > Are "webapps" and "work" directories on the same kind of file system > > (with the same supported precision for file modification times)? > > Exactly the same filesystem. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org