users@glassfish.java.net

Re: Where are compiled JSP's?

From: <glassfish_at_javadesktop.org>
Date: Tue, 13 Nov 2007 14:57:44 PST

I mean unless you precompile the JSP's, a JSP is compiled only when web container loads them.
It's a load-on-demand kind of resource.

This is probably dumb, but if you have a JSP like: /page.jsp and it is NOT your welcome-file, then
you have access it as: http://host:port/context-root/page.jsp.

Sorry if it is too straightforward.

- Kedar
[Message sent by forum member 'km' (km)]

http://forums.java.net/jive/thread.jspa?messageID=245299