> >Just curious - why would one choose to do this instead of simply 
> >locating their JSP pages under WEB-INF (which is also portable)?
> >

Well, the way I look at it, the WEB-INF is a container for application
resource files and meta data, not for the real application.

Also, if you put your stuff in WEB-INF, you'll lock yourself down to the
controller servlet paradigm. I can't come up with a reason right now to
have direct access to one of your jsp files, but if you DO, you won't be
able to access it within WEB-INF, whatever you do. With a deployment
rule, you can always ease on restrictions.

--------------------------------------------------------------
Erik Beijnoff
 
Systems development
Addsystems

[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to