| Author |
recognization of JSP page Change by tomcat
|
Joshi Nirav J
Greenhorn
Joined: Jan 30, 2010
Posts: 7
|
|
So Does it mean some where jasper engine would be having all the timestamps of the jsp file ?
Then by comparing the old and new timestamp of the changed jsp file it will again re-transalate and compile that changed jsp file.
is it true ?
|
Thanks and Regards
Nirav Joshi
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14491
|
|
|
It is. The JSP is converted to java code and the java code is compiled into a class file. Look under Tomcat's "work" directory.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: recognization of JSP page Change by tomcat
|
|
|