HI! How can prevent displaying Directory Listing when user enters just directory.Like http://localhost:8080/admin/ or http://localhost:8080/dealer/.I'm using jboss-3.0.4_tomcat-4.1.12 server.I have given the following element in web.xml file also <welcome-file-list> <welcome-file>welcome.jsp</welcome-file> </welcome-file-list> Still it's giving direcotry listing. Regards. Vijaya.