Yes, that is possible. If you do so, then the JSPs will not be
dispatched in direct response to a URL. You will need to forward to
them using RequestDispatcher in order to use them. That's okay, because
chances are you don't want to dispatch directly to JSP files anyway, if
you're designing well.
Note that this creates some problems with references to auxiliary files
such as images, stylesheets, etc. They can NOT be placed inside the
WEB-INF directory, or they won't be served to a web browser that
requests them. The problem can be solved by moving these files outside
of WEB-INF, but many development tools aren't cooperative with this
idea. I've also seen this problem solved by writing code in servlets to
serve those auxiliary files, but that gets messy.
--
www.designacourse.com
The Easiest Way To Train Anyone... Anywhere.
Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation