[jboss-user] [Beginners Corner] - Re: HTTP Status 405 - HTTP method GET is not supported by th
aurir_
do-not-reply at jboss.com
Wed Apr 4 17:42:22 EDT 2007
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#4034799
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4034799
More information about the jboss-user
mailing list