Gautam Batra wrote:
>
> Hi Thanks !
>
> I have been checking......the error came from IIS server.. the code.....405,
> the message is  :
>
> "HTTP Error 405
>
> 405 Method Not Allowed
>
> The method specified in the Request Line is not allowed for the resource
> identified by the request. Please ensure that you have
> the proper MIME type set up for the resource you are requesting.
>
> Please contact the server's administrator if this problem persists."
>
> I specify a POST method to access the servlet. The error message gets looged
> in the IIS logging directory.

Then it's most likely an IIS configuration problem. Most web servers can
be configured to only allow certain HTTP methods (GET, POST, PUT, DELETE etc)
for its resources (i.e. URL paths). See the IIS documentation for details
and check the configuration of the server for the servlet URL you're using.

--
Hans Bergsten           [EMAIL PROTECTED]
Gefion Software         http://www.gefionsoftware.com

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to