doPost method of servlet is not working with tomcat 5.5.25
843841Feb 6 2008 — edited Feb 7 2008Hii All,
I am trying to run a servlet program using the doPost method with following specification
eclipse version: 3.3.1.1
tomcat version:5.5.25 and
tomcat plugin com.sysdeo.eclipse.tomcat version: 3.2.1
but it is throwing an error on the browser as
"HTTP Status 405 - HTTP method GET is not supported by this URL".
Note: doGet method is working fine.
Please suggest me the solution.. and specify the root cause.
Thanks