Does anyone know of any problems related to using jakarta tomcat as the WebDav server. I am using version 4.1.27 which supplies a WebDav context to be used as a server. This is where I am getting the "not supported" error messages.
Thanks again in advance. -Freddy
Martin Holz wrote:
Freddy Lopez <[EMAIL PROTECTED]> writes:
Has anyone ever seen/gotten this error message? HTTP/1.1 501 Method MKCOL is not defined in RFC 2068 and is not supported by the Servlet API
I am also getting this error with the MOVE, COPY, ETC methods. Any solution?
That's not HTTP methods, but WebDAV methods, so 501 is exactly
what you expect, if you talk to a server, that is not WebDAV enabled. Maybe you are not talking to the server or servlet
you expect to talk to. Or there is an overeager proxy/firewall
in the way.
Martin
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
==== This message and any attachments are confidential. Unauthorized use or disclosure of this message is strictly prohibited, and this message must be destroyed immediately if received by an unauthorized recipient. ====
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
