[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] Servlet Basics Lab Exercise

2009-08-20 Thread Prathibha H M
Hi All, In Servlet_Basics homework, I modified the existing code of Hello2 project and it was successful. I tried to create a new project MyHello2 and copied the 2 servlet files(GreetingServlet and ResponseServlet) and modified the new web.xml. Build is successful. But When I run the project I