From: <glassfish_at_javadesktop.org>
Date: Tue, 13 Feb 2007 13:54:35 PST
The DefaultServlet is always added by default when you deploy an application. Internally, a Mapper will decide if the request must be send to the DefaultServlet or JspServlet, preventing peoples from seeing the jsp code. You can also configure the Default|JspServlet by editting: