>I am talking about folders with static resources that should be available >only for the app itself to access, and not for direct access from browser. >These folders are located at the web app folder. >What should I do?
Anything under WEB-INF is not served by tomcat's web-server, so it can safely be used for your purpose. --rp _________________________________________________________________ Join the world�s largest e-mail service with MSN Hotmail. http://www.hotmail.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
