Create a new web application (using Dynamic Project in eclipse) similar to HelloWorld web application. Note- Do not create any web.xml because we will use annotation in examples.
8080 : Server Port
Servlet3Example : Project Name
http://localhost:8080/Servlet3Example/HelloWorld
http://localhost:8080/Servlet3Example/WelcomeServlet
http://localhost:8080/Servlet3Example/SessionAttributeTestServlet
http://localhost:8080/Servlet3Example/URLParameter?name=Semih&surname=Eker