how to hide folder structure of website from users. i have developed a website on jave platform (jsp). website is deployed on jboss. suppose my website s home page url is
dummy.com/dummyFolder/dummy1.jsp
user can watch all of jsp pages in website by going on url
dummy.com/dummyFolder/
what should i do to prevent user to view my website directory structure?