I have solved the problem. There was a couple errors:
1) When creating HTTPServlet in Eclipse I checked "include doGet()" which
automatically included statement to super.get(req, res);
2) Another error that I had was very trivial. My HTML syntax was not valid.
http://validator.w3.org/ is a great webpage to validate HTML syntax.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034799#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...