Create a WebdavResource that points to
"http://localhost:8080/slide/files/SlideTest.java" and call your
putMethod() on that.
-James
>>> [EMAIL PROTECTED] 7/27/2004 10:25:38 AM >>>
Hello,
I noticed that in my test program (see previous e-mail for
source code) when executed, the Tomcat output window
has this::
http8080-Processor24, 27-Jul-2004 10:17:16, root, PROPFIND, 207
"Multi-Status",
611 ms, /files/
http8080-Processor25, 27-Jul-2004 10:17:20, root, PUT, 403 "Forbidden",
70 ms, /
files/
http8080-Processor23, 27-Jul-2004 10:17:58, root, PROPFIND, 207
"Multi-Status",
100 ms, /files/
http8080-Processor25, 27-Jul-2004 10:18:02, root, PUT, 403 "Forbidden",
20 ms, /
files/
and my putMethod(); still fails.. (either as String or File
putMethod(new File("SlideTest.java")); or putMethod("SlideTest.
java))
Can anyone give me further tips on this issue?
I noticed that in my temp directory there are folders named
action, files, roles, and users. This is where my uploaded
files would go if my putMethod() worked?
Can I call an API to create another folder inside of files
directory? Or this must be done with xml file?
Thanks for any pointers or hints you may offer.
-- Jimmy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]