You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Mark O'Driscoll <ma...@eircom.net> on 2002/06/27 13:35:23 UTC

Maintaining modification times in web applications

When tomcat extracts elements from a WAR file using Jar, it creates them
with the current time as their last modification time, as opposed to the
originals files mod times (as per tar).

Is there any way to get tomcat/jar to mainatin the modification times?

What I reall want to do is stop tomcat from re-compiling all my jsps each
time I update the war file. What would be really neat would be if tomcat
could check the compile time dependencies (like make) and only recompile as
required. That's a bit tricky, I guess?

- Mark


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>