HTTP Status 405 from tomcat for new Java servlet

HTTP Status 405 ? Method Not Allowed


Type Status Report
Message HTTP method GET is not supported by this URL
Description The method received in the request-line is known by the origin server but not supported by the target resource.

if you get this massege in new Java class extends HttpServlet check method doGet and if exist delete call method super

Comments