Hi all..
I am new to servlets and I am using Tomcat 6.0 on my windows 7. I tried a sample app provided in the Head first servlets and Jsp but I am stuck in my first application only.
The first Html page form.html works fine if I exclude web.xml file from WEB-INF directory. If I try to include it, the Tomcat returns with an error the requested resource() not available.
I tried many hit and trial methods but nothing worked as expected. Please help me...