405 « Error « JSP-Servlet Q&A





1. HTTP Status 405 error    coderanch.com

hi all, right now iam working with Sun One App server...(deploying an EJB application)... In one of the screens, with a textbox field when i press enter iam getting the following error: _________________________________ HTTP Status 405 - HTTP method GET is not supported by this URL type Status report message HTTP method GET is not supported by this URL description The ...

2. http 405 error when invoking a servlet from jsp    coderanch.com

iam calling a servlet from the javascript with a jsp page. the servlet connects to database checks for the login details of user and has to print a html page depending on whether the userdetails are available in database or not. when i click on the login button the servlet is invoked but the html page is not getting displayed on ...

3. Simple servlet Error - 405 - Help needed    coderanch.com

Hi, I am redirecting to a servlet using res.sendRedirect("ValidUserServlet"); Below given is the servlet. I get the below given error. HTTP Status 405 - HTTP method GET is not supported by this URL type Status report message HTTP method GET is not supported by this URL description The specified HTTP method is not allowed for the requested resource (HTTP method GET ...