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 only be

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 using

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

About user authenication and authorization

2003-03-30 Thread Wong Kam Lai
Hi, I know that I can set tomcat-users.xml and Domain.xml for user authenication and authorization. However, I need to restart tomcat each time when I update either files. It seems that it is not applicable if I use it in an application. I know that I can config server.xml in tomcat to use

Re: Versioning quesitons...

2003-03-28 Thread Wong Kam Lai
On Fri, 28 Mar 2003 [EMAIL PROTECTED] wrote: For Versioning to work every user with write permissions needs inheritable write permissions on /history too. I've set these lines in Domain.xml objectnode classname=org.apache.slide.structure.SubjectNode uri=/history

RE: Example

2003-03-26 Thread Wong Kam Lai
those java files? HTH, James -Original Message- From: Wong Kam Lai [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 11:24 PM To: Slide Users Mailing List Subject: Example Hello, I want some examples to see how to implement a CMS with Slide, (access domain

Re: Config of Slide 2.0

2003-03-25 Thread Wong Kam Lai
Does anyone has the installation/ Configuration Guide for Slide2.0? I try to follow the one given by slid2.0 but I find that the directory architecture provided is different from my slide. - To unsubscribe, e-mail: [EMAIL

Client part and inconsistence of data

2003-03-25 Thread Wong Kam Lai
Two questions . 1. Is client moduels is defined for making webdav client just like windows explorer? 2. I have use windows explorer and IE to view the paths using the same account. At windows explorer, it shows a normal situation such that I can't see the paths that I haven't the access right.

Config of Slide 2.0

2003-03-24 Thread Wong Kam Lai
I want to ask about configuration of slide 2.0 According the RUNNING.txt file under jakarta-slide directory * Deploy the Slide server (WebDAV server) within your web server like: 1) Common jars like slide-stores.jar, slide-roles.jar, slide-kernel.jar, slide-webdavservlet.jar,

Permission setting for child directories

2003-03-24 Thread Wong Kam Lai
I have now a filepath /cnc and a child node /cnc/cidax, I have also some users 'anson,'wah', and a group called 'CNC'. Now, they have right to access /cnc with different permission level, and I want to set the permission such that only 'wah' has the right to access /cnc/cidax. How to set this?

Re: Permission setting for child directories

2003-03-24 Thread Wong Kam Lai
What is the behaviour of slide with this configuration? But I can use other user account to access the /cnc/cidax I've now added a new line under manage permission permission action=/actions/read subject=/users/wah inheritable=false/ Maybe I attach my Domain.xml as well.. Thanks I

Re: Config Realm Problem with Tomcat 4.0.12

2003-03-23 Thread Wong Kam Lai
On 21 Mar 2003, Martin Holz wrote: Wong Kam Lai [EMAIL PROTECTED] writes: I've config with server.xml by replacing Realm className=org.apache.catalina.realm.MemoryRealm/ with Realm className=wrappers.catalina.SlideRealm/ However, the following error prompts out

Re: JDBCDescriptorsStore

2003-03-23 Thread Wong Kam Lai
Anyone knows which location to store the content of hsql database? I find that I can't access slide when I use JDBCDescriptorStore but previously I haven't this problem. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

JDBCDescriptorsStore

2003-03-21 Thread Wong Kam Lai
I want to use JDBCDescriptorsStore, however, it can't work successfully after I login. Using MemoryDescriptorStore is successful. I've put all slide*.jar, hsqldb.jar to common/lib of tomcat. Thanks - To unsubscribe, e-mail:

Config Realm Problem with Tomcat 4.0.12

2003-03-20 Thread Wong Kam Lai
I've config with server.xml by replacing Realm className=org.apache.catalina.realm.MemoryRealm/ with Realm className=wrappers.catalina.SlideRealm/ However, the following error prompts out .. java.lang.reflect.InvocationTargetException at

Re: Questions about Slide

2003-03-19 Thread Wong Kam Lai
6. I would like to know how to set 'verisoning' for a particular file and filespath and where can I see the old-copies. Use DeltaV method VersionControl. See the DeltaV spec www.webdav.org/deltav or http://www.ietf.org/rfc/rfc3253.txt Old versions are under /history/... Again,

Data disappeared after restarting tomcat

2003-03-19 Thread Wong Kam Lai
I am using Linux 7.2 and tomcat 4.0.12 with slide 1.0.16. I discover that wehen I restart tomcat, the data previous stored through Windows File explorer cannot be accessed anymore (disappeared!). However, the data are actually still in the server. Here is my Domain.xml for the dinfition of

Questions about Slide

2003-03-18 Thread Wong Kam Lai
Sorry that I have many many questions about slide, I am a question-man. :P 1. How to set multiple namespace? By default, I can access http://IP:8080/slide, how can I create a newspace such that I can access http://IP:8080/lai ? I've tried to copy and paste the whole namespace tag in

Re: Questions about Slide

2003-03-18 Thread Wong Kam Lai
Sorry that I have many many questions about slide, I am a question-man. :P 4. Is there (or will there) any applications/ways to control the security settings instead of editing Domain.xml file directly? ACL method I know that webdav has features like ACL, DeltaV, DASL etc .. but where

Login problem

2003-03-17 Thread Wong Kam Lai
Hi, I have just installed my first slide into Linux. I have created a user with 'manager' role in tomcat-user.xml However, I can't login into slide using this user account and even login as root with password root. What's wrong? Best Regards, Kam-Lai Wong Project Engineer The Chinese NewsML

Re: newbie question about slide future

2003-03-12 Thread Wong Kam Lai
I'm new to Slide, I find I am difficult to start with slide. I know Slide can do many things for CMS, however, it is lack of examples for me to follow. Best Regards, Kam-Lai Wong Project Engineer The Chinese NewsML Community Center for Innovation and Technology The Chinese University of Hong

RE: Want some suggestion

2003-03-11 Thread Wong Kam Lai
Then, it seems that Slide suits the requirement of my system. I see that, from the website of Slide, there exist User's Guide for Server and Client, what's the difference? Also, which java APIs should I use to implement? I see that, from the Reference part, there is two 'JavaDoc', one is

RE: Want some suggestion

2003-03-11 Thread Wong Kam Lai
Thanks Yuxin, Apart from the servlet, does any simple examples of accessing ACL, DetaV functions ? Best Regards, Kam-Lai Wong Project Engineer The Chinese NewsML Community Center for Innovation and Technology The Chinese University of Hong Kong TEL:(852)-26098205

Want some suggestion

2003-03-10 Thread Wong Kam Lai
Hi all, My company calls me to find some useful tools to build the system. Here is the system requirement: Easy inserting and deleting data (both text or multimedia data) from external server (e.g. database server; can we connect to every database?) using file explorer.

New to Slide

2003-03-05 Thread Wong Kam Lai
Hi all, I'm very new to slide and know very little about WebDav Server. I just want to know if I need to implement an application about using inserting, receiving (put, get?) methods, deleting method (what's the corresponding command?) and searching (DASL ?), which classes should I focus