thanks Marco,
I use Slide for myself application, I upload all files in my application to the folder ${App_Home}/files, I want change the directory "files" in Slide to ${App_Home}/files.
I can do this in client program, but I word in server side.
can you understand? and can you help me?

thanks.

Marco Ferretti a écrit :
On 8/8/06, ould sid'ahmed <[EMAIL PROTECTED]> wrote:
I would like change the directory by a program Java,
please help me!

thanks
Pankaj Mandal -X (pmandal - Ahura Inc. at Cisco) a écrit :
> Changing the directory location is easy, in the Domain.xml
>
> <parameter name="rootpath">New Directory Location</parameter>
>
> Not sure how to upload files
>
> Thanks
> Pankaj
>
> -----Original Message-----
> From: ould sid'ahmed [mailto:[EMAIL PROTECTED]
> Sent: Monday, August 07, 2006 4:37 AM
> To: Slide Users Mailing List
> Subject: Re: methods pur and get
>
> Aslam Bari a écrit :
>
>> First of all you have misspelled the word ''THANKS" to "thinks".
>> Any way, if you want to upload or download a file. DO you mean by
>> Programmatically or by using other tools like webdavclien or DavExplorer.
>>
>>
> thank you for the correction, my level in English is very weak, I want to upload by programmatically and change the directory destination.
>
> thanks.
>
>

Are you implementing the slide calls yourself or are you using the client libs ?
In the latter case ( WebdavResource webdavResource ) :

webdavResource.setPath(the_path)

then use the methods of webdavResource

Also, you might want to check this :
http://wiki.apache.org/jakarta-slide/FrontPage

cheers

Marco

---------------------------------------------------------------------
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]

Reply via email to