Hi I added new folder 'email' in webapps with simple servlet with web.xml. but its not showing in tomcat manager. If I added any folder it showing sometimes but if i change folder name then it sometimes showing sometimes not showing in tomcat manager. Can any one know this problem? I am using tomcat6.0.2.
Hello Vaishali You are deploying an war file which is exploding into an folder or directly deploying an folder, and about the webapp folder hierarchy make sure it follows the Tomcat installation directory/webapps/your web folder/ *.html+*.jsp+web-inf folder/web.xml+[in a folder]/*.class and web.xml should have an welcome-file list tag with index.html which will be the default one, so you should have index.html in your web folder thanks