If you are using Apache JServ, JServ passes the name of the jsp requested in
the PATH_TRANSLATED property of the request.  GNUJSP gets this information
by calling request.getPathTranslated().  It then uses this to find the JSP
file and see if it needs to compile it or just load it from its compiled
pages cache.

# m

>>>>>>>>>>>>>>>>>>>>>>>>>
http://java.serverpages.com
>>>>>>>>>>>>>>>>>>>>>>>>>

----- Original Message -----
From: Smith, John H <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 20, 1999 1:56 PM
Subject: How does GNUJSP know what .JSP file to use


> Probably an easy question, but I have not found the answer:
>
> I can not see how the GNUJSP servlet knows which .JSP file to
> use/compile/load/run. I know you map .JSP files to the GNUJSP servlet, but
> how is the filename passed to the GNUJSP servlet, or how does the GNUJSP
> know which .JSP file to use?
>
> Thanks
>
>
===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff JSP-INTEREST".  For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
> For JSP FAQ, http://www.esperanto.org.nz/jsp/jspfaq.html
>

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".
For JSP FAQ, http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to