Hi,

>When Tomcat receives a request for .jsp page, isn't the first order of
>business to compare the date of the .jsp page against the .java file in
>the working directory, so Tomcat knows whether to re-translate and
>compile the .jsp page?

For normal JSP pages, but not for pre-compiled ones.  Those are defined
in web.xml and don't go through the JSP servlet: they are normal
servlets, not subject to Jasper manipulation.  So what this user is
trying to do (precompile to avoid giving customers JSP source code) is
technically possible and has valid use-cases.  I've helped customers do
the same thing.

Yoav Shapira http://www.yoavshapira.com




This e-mail, including any attachments, is a confidential business 
communication, and may contain information that is confidential, proprietary 
and/or privileged.  This e-mail is intended only for the individual(s) to whom 
it is addressed, and may not be saved, copied, printed, disclosed or used by 
anyone else.  If you are not the(an) intended recipient, please immediately 
delete this e-mail from your computer system and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to