new to slide

2003-03-31 Thread chandrashekar
Hi Iam very new to webdav,Iam interested in invoking webdav methods on a remote webdav server thru servlet,i know i can use slide webdav servlet but how do i set my remote webdav server and invoke methods on it thru servlet.please help me out with the idea. thanking you chandrashekar

slide portability

2003-03-31 Thread nowe media
Hi, I wonder how portable is slide. It seems to work only on tomcat, and even on the old API of tomcat (tomcat has changed taglib API in some latest versions). Are there any documents about how to deploy slide on latest tomcat, resin or jboss or any other servlet container ?? regards Wojtek --

RE: new to slide

2003-03-31 Thread James Higginbotham
If I understand your problem correctly, you are offering a servlet and/or JSP web gui that will show files from a remove WebDAV server? If so, I'd suggest writing your servlets anyway you need to and using the Slide WebDAV client libraries. They will make the properly formed HTTP connection to a re

RE: slide portability

2003-03-31 Thread James Higginbotham
As for JBoss, I've got it running on JB 3.0.4 with Tomcat, and have written a custom login module to authenticate against slide. Check the mail archives at http://www.mail-archive.com/slide-user%40jakarta.apache.org/ for my recent email on the steps I took to get it working such that another war fi

RE: About user authenication and authorization

2003-03-31 Thread James Higginbotham
> -Original Message- > From: Wong Kam Lai [mailto:[EMAIL PROTECTED] > Sent: Monday, March 31, 2003 12:17 AM > To: Slide Users Mailing List > Subject: About user authenication and authorization > I know that I can config server.xml in tomcat to use > 'SlideRealm'. Actually, what's the u

Query on WebdavResource and simultaneous connections

2003-03-31 Thread Portia . Tung
Hi. I've scanned through the code and come to the following conclusions. I would appreciate if anyone with knowledge of the client classes would affirm/correct me where relevant: (1) WebdavResource extends WebdavSession and according to documentation, clients that use persistent connections shoul

RE: About user authenication and authorization

2003-03-31 Thread Wong Kam Lai
> > > -Original Message- > > From: Wong Kam Lai [mailto:[EMAIL PROTECTED] > > Sent: Monday, March 31, 2003 12:17 AM > > To: Slide Users Mailing List > > Subject: About user authenication and authorization > > > I know that I can config server.xml in tomcat to use > > 'SlideRealm'. Actua

RE: About user authenication and authorization

2003-03-31 Thread James Higginbotham
> Where is the source code? I would like to follow it so that I > don't need to restart tomcat each time when I add/delete > users and change the permissions for users The docs say its called SlideRealm.. Searching the source tree using grep yielded - src/wrappers/wrappers/catalina/SlideRea

RE: About user authenication and authorization

2003-03-31 Thread Wong Kam Lai
> The docs say its called SlideRealm.. Searching the source tree using > grep yielded - src/wrappers/wrappers/catalina/SlideRealm.java oh.. I find it. Thanks. I will investigate it and ask questions if any problems :) > > > > > Also, can I set permission to specify some files so that it > > can

RE: About user authenication and authorization

2003-03-31 Thread James Higginbotham
> I mean .. can I set the permission for each data file? so > that the file, e.g. abc.doc, not a path, can only be > read/written by a particular group/user? I'm sure that you can, just not sure how.. You may want to just follow the source code from SlideRealm to see all the surrounding logic o

Re: slide portability

2003-03-31 Thread Michael Smith
nowe media wrote: Hi, I wonder how portable is slide. It seems to work only on tomcat, and even on the old API of tomcat (tomcat has changed taglib API in some latest versions). Are there any documents about how to deploy slide on latest tomcat, resin or jboss or any other servlet container ?? reg

RE: About user authenication and authorization

2003-03-31 Thread Wong Kam Lai
On Mon, 31 Mar 2003, James Higginbotham wrote: > > Where is the source code? I would like to follow it so that I > > don't need to restart tomcat each time when I add/delete > > users and change the permissions for users > > The docs say its called SlideRealm.. Searching the source tree u

RE: About user authenication and authorization

2003-03-31 Thread James Higginbotham
> However, how to create a user and set the permission for that > user? Because I can find the functions like getPassword, but > can't find functions like setPassword etc .. If you are talking directly to the Slide kernel (low level APIs), then check out the Struts admin interface - it allows yo

Tracing Client program

2003-03-31 Thread Wong Kam Lai
Hi, I've traced Client.java and try to write a simple program to connect to my slide 'http://137.189.94.70:8080/slide'. The program has been attached. However, it fails to connect with the following WARNING and NullPointerException shown as follows: uri is http://137.189.94.70:8080/slide Apr 1

Re: Tracing Client program

2003-03-31 Thread Ingo Brunberg
Hi Wong, you should set username and password before calling the WebdavResource constructor, because the constructors try to establish a connection right away. Regards, Ingo > Hi, > > I've traced Client.java and try to write a simple program to connect to > my slide 'http://137.189.94.70:8080/