> Actually, I consider it to be added simplicity. ;-) It simplifies my app > because I know that the container will prevent someone from accessing my JSP > pages directly, and there is *nothing* else I have to do to ensure this.
It always my concern on people trying to access anything after "/". I have tried to find the way to limit the users to view the directory tree with the tomcat configuration, but failed. Therefore, I put a default index file to each directory after "/". I am pretty new to Struts so I don't know how to handle it. Is there a way to avoid users to see the directory tree? If not, I need to move things to after the /WEB-INF. Thanks! Billy Ng -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

