Hi !
I'm running tomcat 4.1 for windows. i'm trying to use the webdav features
that tomcat brings. So.. i instaled tomcat and
get succed (partial ?) to use the webdav features. BUT , when i'm trying to
make a PROPPATCH tomcat returns
"http status 405 - The specified HTTP method is not allowed for the
requested resource ()."
So.. could somebody help me to fix this problem ? any ideas ? . Is there
somethign wrong with my configuration or tomcat does not support PROPPATCH ?
Here is the query i'm running ....
PROPPATCH /webdav/build.xml HTTP/1.1
Content-type: text/xml; charset="utf-8"
Content-length: 216
Host: localhost:8080
<?xml version="1.0" ?>
<D:propertyupdate xmlns:D="DAV:">
<D:set>
<D:prop>
<D:displayname>new name</D:displayname>
</D:prop>
</D:set>
</D:propertyupdate>
regards
matt.-
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>