405: HTTP method POST is not supported by this URL
March 9th, 2009
Applies to:
Description:
An included servlet error while trying to use HTML files using POST methods.
Cause:
A bug in the servlet engine.
Applies to:
Description:
An included servlet error while trying to use HTML files using POST methods.
Cause:
A bug in the servlet engine.
JAVA-JSP "http method post is not supported by this url [405]", error, http method post is not supported by this url, lrm-00118: syntax error at '=' at the end of input
Remove the super.doPost(); line in the HTTPServlet class.
Rename your html file into a .jsp file.