Chuck's comment about JSP to Java translation done by Jasper reminded me that I should have included the time on the Java source file created during JSP compilation. It shows that the Java source file was created immediately, but accessed again six seconds later (!), presumably by the compiler.

  File: 
`/usr/local/tomcat/work/Catalina/www.ims.net/_/org/apache/jsp/test4_jsp.java'
  Size: 2333            Blocks: 8          IO Block: 4096   regular file
Device: fd00h/64768d    Inode: 10650454    Links: 1
Access: (0644/-rw-r--r--)  Uid: (  501/  tomcat)   Gid: (  501/  tomcat)
Access: 2009-02-20 13:39:35.000000000 -0600
Modify: 2009-02-20 13:39:29.000000000 -0600
Change: 2009-02-20 13:39:29.000000000 -0600

In summary: test4.jsp accessed at 13:39:29; test4_jsp.java created at 13:39:29; test4_jsp.java accessed at 13:39:35; test4_jsp.class created at 13:40:17; HTTP response at 13:40:17.

I'm going to play with File.exists() in this and the other servers to see if there is some generic problem with file access on the slow server.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to