You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by "myAyala TAN, Nelson C." <ta...@myayala.com> on 2002/11/20 09:28:07 UTC

Probem: HTTP Status 405 - HTTP method GET is not supported by thi s URL

http://localhost:8080/mht/servlet/HttpReceive is the url...

 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 is not supported by this URL).

How can  I fix these problem ? 





--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Probem: HTTP Status 405 - HTTP method GET is not supported by this URL

Posted by Pedro Igor Craveiro e Silva <pe...@aip.com.br>.
Check out if the servlet supports GET requests.

Pedro Igor

----- Original Message -----
From: "myAyala TAN, Nelson C." <ta...@myayala.com>
To: <to...@jakarta.apache.org>
Sent: Wednesday, November 20, 2002 5:28 AM
Subject: Probem: HTTP Status 405 - HTTP method GET is not supported by this
URL


>
> http://localhost:8080/mht/servlet/HttpReceive is the url...
>
>  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 is not supported by this URL).
>
> How can  I fix these problem ?
>
>
>
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>