Hi all,

I have already asked the question but I still have no
clue of the problem...

I deployed slide.war on WL 7.  I have configured slide
to use anonymous authentication.

The following is the piece of client code i use to put
a file into slide repository.

WebdavResource resource = null;

try
{
  resource = new WebdavResource(new
HttpURL(targetURL));

  resource.putMethod("Test Content".getBytes());
}
catch(Exception e)
{
  e.printStackTrace();
}

and below is the content of the file:

cc
Test Content
0

Do I need to set anything special on the any slid
configuration files or WebdavResource needs more
properties setting?  Please Help.

Thank you,
Dovan

__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to