Don't put your html resources, CSS, etc. under WEB-INF - just put the JSP's there. If your images or CSS or .js files have anything you need to protect from direct access (passwords - perish the thought! Proprietary information?), put them under WEB-INF and use DownloadAction to send them.

w

Tim Christopher wrote:
I've read that if you store your JSP files under the WEB-INF folder it
blocks access to html resources (CSS etc)..  What's the work around to
ensure the JSP has access to all the resources it still needs?

Tim



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



Reply via email to