[java ee programming] Re: Servlet Basics Lab Exercise

2009-08-21 Thread Prathibha H M
Hi All, Thanks for the responses.I was able to run the project successfully. So Lessons learnt in this exercise : *Web.xml* servlet-mapping servlet-nameGreeting Servlet/servlet-name url-pattern/greetings2/url-pattern /servlet-mapping servlet-mapping

[java ee programming] Re: Servlet Basics Lab Exercise

2009-08-20 Thread Diane Ramsey
Prathibha, I think I had a similar problems at one point. Not sure if it was the exact same thing. But I removed the welcome-file-list elements from the web.xml. Also check the web.xml and make sure your servlets are defined only once and that only valid servlets are defined. Netbeans