You need to either add a welcome-file-list to your web.xml:
<welcome-file-list>
| <welcome-file>TestServlet</welcome-file>
| </welcome-file-list>
or use the following url:
http://localhost:8080/testservlet/TestServlet
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966785#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...