Hi, there May I ask why after starting tomcat server, it always show me the directory list for some javascript and image file instead of some servlet or jsp file ? Thanks in advance. Lily
Do you have an 'index.html, index.jsp etc.' in the startup folder? You can turn the folder lookup off by navigate to '<TOMCAT_HOME>/conf/web.xml' and change this:
hello sir, i also having same problem of LIsting and i set the parameter as per u said <init-param> <param-name>listings</param-name> <param-value>false</param-value> </init-param> But still it shows list of files. Is there any other setting to do? i stored my files in home/webapps/root/myfolder and in browser http://localhost:8080/myfolder it shows all files containg in that folder. so how to restrict the list of files to disply? thanks sachin