"Kumar, Ashok" wrote:
> Hi Dirk
>
> I tried out as U said. But seems there are some version mismatches.
> I took the lates CVS source and build the slide.war and deployed in
> tomcat4.0 b7
> Then Tried to connect using the Slide webdavclient(invoked using
> therun.bat)
>
> When i tried using the Put command as mentioned earlier I got the
> Forbidden message
> Now I used ur Domain.xml and also tried the acl command I got the
> following messages
> what has to be done , Any tip. .....
>
> [ Slide ] $ open http://akumar.centervilletech.com:8080/slide
> [AKUMAR.CENTERVILLETECH.COM] /slide/ $ put j3.pdf files
> Uploading 'j3.pdf' to '/slide/files': failed.
> Forbidden (403)
This error is because you tried to replace the /slide/files collection with
your file and that is forbidden.
The help text of the put command is not very clear but the second argument
(path) must include the target filename part.
In your case:
[AKUMAR.CENTERVILLETECH.COM] /slide/ $ put j3.pdf files/j3.pdf
> [AKUMAR.CENTERVILLETECH.COM] /slide/ $ acl
> Error: PropFind didn't return an AclProperty!
Very strange...
Can you first do "set debug on" and then "acl", and send me the output ?
How did you deploy slide on tomcat 4 ?
extra libraries you used, setting you modified ...
Dirk