newbiw need help

2007-04-30 Thread JOYDEEP
Dear list, I am using suse 9.2 and interested to install slide webdav. I can't understand how to implement it in my system. could any one kindly help me ? I have also seen the availability of java and tomcat in my system through yast. thanks

RE: newbiw need help

2007-04-30 Thread Sven Pfeiffer
hi did you take a look at: - http://jakarta.apache.org/slide/installation.html, or - http://wiki.apache.org/jakarta-slide/InstallationWithSamples?highlight=%28install%29%7C%28slide%29, or - http://wiki.apache.org/jakarta-slide/TomcatSetup?highlight=%28install%29%7C%28slide%29 ? hth SVen

Update method not allowed

2007-04-30 Thread Nicolas Gauthier
Hi, I'm trying to use the updateMethod on a WebdavResource but it doesn't works. I have the following error : 30 Apr 2007 16:25:44 - org.apache.slide.webdav.WebdavServlet - ERROR - org.apache.slide.webdav.WebdavException: Method Not Allowed org.apache.slide.webdav.WebdavException: Method Not

Re: Update method not allowed

2007-04-30 Thread Nicolas Gauthier
sorry my updateResource method was false. static public boolean updateResource(String source, String target)throws VMException{ try { WebdavResource res = getWebDavResource(); source = res.getHttpURL().getURI() + source; target= res.getHttpURL().getURI() +

Custom Authentication

2007-04-30 Thread Ali Naddaf
Hello all. I like to use Slide and I would like to be able to authenticate using some custom API that I write on the server side, namely I want the authentication happens on the server by calling into an api in a class that I provide. Is the right approach using JAAS or there is a simpler

Re: Update method not allowed

2007-04-30 Thread Nicolas Gauthier
you can forget this topic ;-) On 4/30/07, Nicolas Gauthier [EMAIL PROTECTED] wrote: Hi, I'm trying to use the updateMethod on a WebdavResource but it doesn't works. I have the following error : 30 Apr 2007 16:25:44 - org.apache.slide.webdav.WebdavServlet - ERROR -

User-Agent information within Store implementation

2007-04-30 Thread Padmanabhan_Sheeba
Hi, Is there any way I can get the user-agent information of the request within my Data Store implementation. I couldn't find a way where this information is passed in to the store implementation. I want to extend the data store to use our own repository and would like to handle files from