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.