Re: GetYourArmsAroundIt Question???

2004-08-04 Thread James Mason
be slide/namespace/definition/store/parameter. -James And Sorry for being yet too new to slide!! Regards, Ragia -Original Message- From: James Mason [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 04, 2004 8:00 AM To: Slide Users Mailing List Subject: Re: GetYourArmsAroundIt Question

Re: Cache refresh notification in two different instance of Slide running on different boxes.

2004-08-04 Thread James Mason
Daniel Varghese wrote: Hello James, thnx for your valuable information abt Slide Clustering and Cache refresh notifications among the cluster nodes couple of days back. You're welcome. Now I have another question. Two instance of Slide running on two different Unix boxes and I'm not planing to

Re: Cache refresh notification in two different instance of Slide running on different boxes.

2004-08-04 Thread James Mason
servers :-/ Thanks, Warwick -Original Message- From: James Mason [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 04, 2004 3:50 PM To: Slide Users Mailing List Subject: Re: Cache refresh notification in two different instance of Slide running on different boxes. Comments below. Warwick

Re: User Authorization based on permissions set to role in Slide2 .1

2004-08-04 Thread James Mason
think I am missing something, how do I debug this situation? thanks, regards, Krishna -Original Message- From: James Mason [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 04, 2004 2:34 PM To: Slide Users Mailing List Subject: Re: User Authorization based on permissions set to role

Re: User Authorization based on permissions set to role in Slide2 .1

2004-08-04 Thread James Mason
-set; Enumeration enumProperties = webDavResource.propfindMethod(sPropertyName); = Krishna -Original Message- From: James Mason [mailto:[EMAIL PROTECTED] Sent: Wednesday

Re: Does slide support load-balancing

2004-08-02 Thread James Mason
some documents where I can go through the Slide Server and its Implemenation details. rgds Daniel On Fri, 30 Jul 2004 08:36:45 -0700, James Mason [EMAIL PROTECTED] wrote: Clustering is a capability of the 2.1 release. Currently you need to set the caching mode of any store that will be clustered

Re: Need Help !

2004-08-02 Thread James Mason
is that the documentation is really weak :( .. And am getting really out of ideas ! :( if this mailing list wasn't there, I would have gave up by now, so Thanx again for the reply!! And please keep in touch :)) Ragia -Original Message- From: James Mason [mailto:[EMAIL PROTECTED] Sent: Sunday

Re: Does slide support load-balancing

2004-08-02 Thread James Mason
that I can set to cluster. I also don't see any references to clustering. So where do I set the cache mode in Domain.xml? Thanks, Warwick -Original Message- From: James Mason [mailto:[EMAIL PROTECTED] Sent: Friday, July 30, 2004 10:37 AM To: [EMAIL PROTECTED] Subject: Re: Does slide support

Re: Does slide support load-balancing

2004-08-02 Thread James Mason
Senior Engineer 9600 Great Hills Trail, #325 http://www.e2open.comAustin TX 78759 --- -Original Message- From: James Mason [mailto:[EMAIL PROTECTED] Sent: Monday, August 02, 2004 2:06 PM To: Slide Users Mailing List

Re: Does slide support load-balancing

2004-08-02 Thread James Mason
--- Warwick Burrows E2open Senior Engineer 9600 Great Hills Trail, #325 http://www.e2open.comAustin TX 78759 --- -Original Message- From: James Mason

Re: Deleting collection leaves physical dirs in place?

2004-08-02 Thread James Mason
There's a comment in the source that suggests deleting directories can lead to accidentally deleting the root directory. The code for deleting directories is then commented out. -James Warwick Burrows wrote: Oh. That's interesting. Are the unused physical directories ever deleted? I don't

Re: Slide 2.0 on WebSphere

2004-08-02 Thread James Mason
From what I've seen of the WebSphere related traffic so far it has all related to authentication problems. I only have a small amount of experience with WebSphere, and none of it was dealing with security setup, so I can only give you general info here. Slide doesn't handle any authentication

Re: newbie question: Can't access http://localhost:8080/webdav as webfolder or through WebDAV

2004-08-01 Thread James Mason
http://localhost:8080/webdav is the webdav webapp that ships with Tomcat. In order to access Slide you need to point your client at http://localhost:8080/slide/. Note the trailing /, it won't work without it. -James Girish Nagaraj wrote: Hi, I have just started using Jakarta Slide. I have

Re: Need Help !

2004-08-01 Thread James Mason
and all the actions that happens from Windows Explorer. I also need to let My CMS access rules apply on The Wndows Explorer repository. Am I going on the right way?? Regards, Ragia -Original Message- From: James Mason [mailto:[EMAIL PROTECTED] Sent: Thursday, July 29, 2004 5:49 PM To: [EMAIL

RE: Need Help On Session Management

2004-07-30 Thread James Mason
that new user in the subsequent requests. If it is possible by changing any of the slide code then please guide me... Regards, Mihir -Original Message- From: James Mason [mailto:[EMAIL PROTECTED] Sent: Thursday, July 29, 2004 9:15 PM To: [EMAIL PROTECTED] Subject: Re: Need Help On Session

Re: Does slide support load-balancing

2004-07-30 Thread James Mason
Clustering is a capability of the 2.1 release. Currently you need to set the caching mode of any store that will be clustered to cluster. This is slow, however, so there's a patch in the works to enable cache refresh notifications between servers in a cluster that will improve performance. This

Re: roles of users, users in a role again, ANY CLUE?

2004-07-30 Thread James Mason
There's a bug with the way the 2.0 client displays property values that contain XML. This is fixed in 2.1. The first beta is scheduled for release August 10. -James [EMAIL PROTECTED] 7/30/2004 8:11:07 AM What version of slide are you using? I use the 2.0 one. is the 2.1 stable for an upgrade?

Re: Where is the authtication module for slide?

2004-07-30 Thread James Mason
Slide does not authenticate users, it lets the app server handle all authentication. Slide does provide a Realm that Tomcat can use to authenticate users against Slide's user store. This is the closest thing Slide has to an authentication module. -James [EMAIL PROTECTED] 7/30/2004 2:28:55 AM

Re: Need Help On Session Management

2004-07-29 Thread James Mason
Mihir, Did you previously log in to the network place as root? There was a post awhile back that suggested WebFolders will sometimes cache users that were previously logged in and then get confused about who the active users is. This would be consistent with the session changing as well, if

Re: tomcat-users vs. slide-users

2004-07-29 Thread James Mason
There is a SlideRealm you can use for this purpose. Take a look at the tomcat bundle binary downloads. They are all configured to use this Realm by default. -James [EMAIL PROTECTED] 07/29/04 3:29 AM Hi there, I have this problem with my http-webdav frontend: I used basic authentication to

Re: Need Help !

2004-07-29 Thread James Mason
How did you achieve the integration? Was it by writing a Store implementation? If so, I'm not sure what you mean by letting your CMS respond to the addition/deletion of files. As for access, if you implement SecurityStore you can decide how to map the NodePermission objects to access rights in

Re: upload bunch of files

2004-07-28 Thread James Mason
WebFolders works well in a windows environment, and Konqueror works wells on Linux. On MacOS you could try davfs. -James [EMAIL PROTECTED] 07/26/04 9:03 AM Could I have a good method so that I can upload bunch of files at the same time, such as 1000 files togther? thanks a lot. haipeng

Re: Need help for Domain.xml

2004-07-28 Thread James Mason
1. In slide.properties turn of versioning (this is in the slide-kernel jar file under org/apache/slide). I don't know if you can safely remove those paths from the Domain.xml, but they won't be used anymore. 2. In the Domain.xml there's a permissions tag that grants all to /roles/root. Change

Re: Adding Additional Stores to Domain.xml

2004-07-28 Thread James Mason
What you have should work fine. The only thing you're missing is the piece that tells the Store mounted at / that there's node at /account. Look at the data definition lower in Domain.xml and you'll see what I mean. You need to add a node for /account and any default subnodes/permissions you want

Re: Need help on slide custom store

2004-07-27 Thread James Mason
I don't know if you can turn off versioning/locking/permissions for a store, but I do know you can provide empty implementations. My suggestion would be to extend AbstractXAService and implement all of the *Store interfaces, providing empty implementations for the features you don't need

Re: stuck on slide (more)

2004-07-27 Thread James Mason
Create a WebdavResource that points to http://localhost:8080/slide/files/SlideTest.java; and call your putMethod() on that. -James [EMAIL PROTECTED] 7/27/2004 10:25:38 AM Hello, I noticed that in my test program (see previous e-mail for source code) when executed, the Tomcat output window has

Re: Problems using Slide to upload files

2004-07-27 Thread James Mason
Can you setup a logging proxy (like Apache Axis's tcpmon) and post a trace of the http stream? It looks like IIS is using chunking and the client is handling that properly. -James [EMAIL PROTECTED] 7/27/2004 11:09:17 AM I'm using version 2.0 of Slide. The client, that is, not the server. This

Re: sample code?

2004-07-27 Thread James Mason
I know it's not what you're looking for, but have a gander at Client.java in the command line client. The way it's structured makes it pretty easy to figure out which method does what and the code is fairly clear. -James [EMAIL PROTECTED] 7/27/2004 11:27:09 AM Hi, Does anyone know a good

Re: client.java

2004-07-27 Thread James Mason
1. The files go where you tell them to ;). Look at the Domain.xml file (in TOMCAT_HOME/slide, if you're using the binary download). The content store has two configuration properties that determine where the files are uploaded. They'll probably be in TOMCAT_HOME/bin/store, if you're using the

Re: In which class user authentication done...

2004-07-26 Thread James Mason
Mihir, Authentication is done by the app server, so the class will be different based on which server you are using. The *authorization* code is in SecurityImpl, I believe. Note the difference between between authorization and authenication. -James [EMAIL PROTECTED] 07/24/04 1:07 AM Hi, I

Re: 500- Internal server error

2004-07-26 Thread James Mason
I'm seeing very similar behavior. I'll post a stacktrace this evening when I get home. I've seen this happen with both the 2.0 release and a checkout from HEAD yesterday. The new transaction API gives a slightly different message, though. What's happening for me is an OutOfMemory error occurs

Re: stuck on slide

2004-07-26 Thread James Mason
The putMethod is probably failing because you're trying to put the contents of SlideTest.java to /slide/files. /slide/files is a collection, so that's not going to work. You either need to build your WebdavResource to point to /slide/files/SlideTest.java, or you need to use one of the putMethod()s

Re: 500- Internal server error

2004-07-26 Thread James Mason
? - James, could you send in the stack trace of that OutOfMemory error? Oliver James Mason wrote: I'm seeing very similar behavior. I'll post a stacktrace this evening when I get home. I've seen this happen with both the 2.0 release and a checkout from HEAD yesterday. The new transaction API gives

Re: Jakarta-Jetspeed-1.5 connected to Slide

2004-07-23 Thread James Mason
It might be good to ask this question on the Jetspeed users list. I remember there being some portlets that connected to different backends, but I haven't look at Jetspeed in a long time so those may be gone or much improved. -James [EMAIL PROTECTED] 7/23/2004 8:19:17 AM We would like to

RE: Determining original from history ( /history to /files )

2004-07-22 Thread James Mason
Try the ReportMethod: http://jakarta.apache.org/slide/clientjavadoc/org/apache/webdav/lib/methods/ReportMethod.html. You'll need to set the type to LOCATE_HISTORY and specify the history url. Also look at http://www.webdav.org/deltav/protocol/rfc3253.html#rfc.section.5.2.3 for an explanation of

RE: Determining original from history ( /history to /files )

2004-07-22 Thread James Mason
to tell you more, and perhaps set me straight as well :). -James [EMAIL PROTECTED] 7/22/2004 11:32:06 AM Thanks for the quick response James! Is there way to do this directly at the Slide API level? I am not interacting with slide over webdav. Kiran -Original Message- From: James Mason

Re: Problems adding a network place in Win 2000

2004-07-22 Thread James Mason
Oliver, Just curious; what was changed exactly? Does Slide no longer set displayname automatically or does it manage the property somehow? -James [EMAIL PROTECTED] 7/22/2004 12:52:12 PM Explorer shows the display names of the folder which is not changed on a rename(move) in Slide 2.0. This

Re: slide questions

2004-07-22 Thread James Mason
1) Yes. 2,3) Slide only handles authorization itself (what a user is allowed to do once they are logged in). Authentication is handled by the App Server. In order to log in the Slide you need to tell the App Server how to authenticate users. This either means creating users in your App Server's

Re: ACL Problem

2004-07-21 Thread James Mason
Can you post the results from the acl method on /slide/files/group1/Paul? -James [EMAIL PROTECTED] 7/21/2004 8:48:28 AM Hi, I've a question about ACL. i've my collections as : slide/ |--files/ ||--group1 |||-- Paul |||-- Thomas |||-- Laurent

Re: [SPAM] Re: ACL Problem

2004-07-21 Thread James Mason
I honestly can't see anything wrong. It could be a path issue... Try running mkcol /slide/files/group1/Paul/col1 to check that. Also, what version of the Slide client and what version of the Slide server are you using? -James [EMAIL PROTECTED] 7/21/2004 11:51:01 AM Hi James, the ACL result

Re: [SPAM] Re: [SPAM] Re: ACL Problem

2004-07-21 Thread James Mason
ACEs are checked sequencially, so the order in which you add them is important. Two other things to try. Add Paul to the users role, and try creating a collection as root. Make sure root can ceate the collection and that Paul can read it afterward. -James [EMAIL PROTECTED] 7/21/2004 12:38:59

RE: Anyone running Slide 2.0 on Websphere 5.0 platform

2004-07-21 Thread James Mason
From the Websphere console you should be able to explicitly add the jar to the classpath. I don't know how websphere loads shared libraries, though, so I don't know if that will override shared jar. -James [EMAIL PROTECTED] 7/21/2004 4:20:01 PM This is because of jdom.jar version mismatch.

Re: Using a JDBCRealm for authentication on slide?!

2004-07-19 Thread James Mason
James Mason wrote: See step 4 in howto-create-users: http://jakarta.apache.org/slide/howto-create-users.html. -James [EMAIL PROTECTED] 7/16/2004 12:03:20 PM Hi James Do you know how can I add those new users to the roles 'root' or 'user'? I couldn't figure that out... Thanks

RE: How to find out about roles ?

2004-07-19 Thread James Mason
the resourceType similar problem too??? ;-) I will dance at your next wedding. Michael Oliver CTO Matrix Intermedia Inc. 3325 N. Nellis Blvd, #1 Las Vegas, NV 89115 Phone:(702)643-7425 Fax:(520)844-1036 -Original Message- From: James Mason [mailto:[EMAIL PROTECTED] Sent: Friday, July 16, 2004

Re: Using a JDBCRealm for authentication on slide?!

2004-07-16 Thread James Mason
As far as I know, newly created users are not given membership in any roles. Since by default membership in the 'root' or 'user' roles is required for write access in /files, newly created users won't have that access. If you grant write on /files to 'authenticated', any logged in user should be

RE: How to find out about roles ?

2004-07-16 Thread James Mason
You *can* retrieve this property using a WebDAV client, the problem is that the command-line client doesn't output properties that contain xml properly. In fact, it doesn't output them at all. It just spits out a long, empty string. One thing to note is the group-member-set property is not

Re: DASL include-versions support

2004-07-16 Thread James Mason
Can you monitor your request with a sniffer/proxy (ethereal or Apache Axis's tcpmon)? The 207 multistatus header indicates that the http request was valid, but there are multiple responses that have different statuses. There's probably an error message somewhere in the xml of the response

Re: Using a JDBCRealm for authentication on slide?!

2004-07-16 Thread James Mason
- From: James Mason [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 16, 2004 3:51 PM Subject: Re: Using a JDBCRealm for authentication on slide?! As far as I know, newly created users are not given membership in any roles. Since by default membership in the 'root' or 'user' roles

RE: How to find out about roles ?

2004-07-16 Thread James Mason
, for example. -James [EMAIL PROTECTED] 7/16/2004 12:12:25 PM James where does *can* == it doesn't output them at all.??? Michael Oliver CTO Matrix Intermedia Inc. 3325 N. Nellis Blvd, #1 Las Vegas, NV 89115 Phone:(702)643-7425 Fax:(520)844-1036 -Original Message- From: James Mason [mailto:[EMAIL

RE: How to find out about roles ?

2004-07-16 Thread James Mason
a flame war, just trying to be clear. Michael Oliver CTO Matrix Intermedia Inc. 3325 N. Nellis Blvd, #1 Las Vegas, NV 89115 Phone:(702)643-7425 Fax:(520)844-1036 -Original Message- From: James Mason [mailto:[EMAIL PROTECTED] Sent: Friday, July 16, 2004 12:33 PM To: [EMAIL PROTECTED] Subject

Re: how to use response to send outputstream back to client

2004-07-15 Thread James Mason
in Client.java for example of how to use the API for common tasks. -James [EMAIL PROTECTED] 7/15/2004 3:24:23 AM as I know, the webdave is an extension of http, right? so I wonder why cannot I just use webdav client api instead http to download and upload file from slide? From: James Mason

Re: Opening a WebdavResource from a Servlet.

2004-07-15 Thread James Mason
Is it possible you previously instructed your firewall to block outgoing traffic from that program? The firewall isn't going to be able tell the difference between one webapp and another. Can you try disabling your firewall to see if that fixes the problem? -James [EMAIL PROTECTED] 7/15/2004

Re: Firewall New: WebdavResource.getOwner() ==null?

2004-07-15 Thread James Mason
It looks like getOwner() is just for locking purposes. There's a DAV:owner property you can with propFindMethod() that contains the information you want. -James [EMAIL PROTECTED] 7/15/2004 3:09:06 PM Is it possible you previously instructed your firewall to block outgoing traffic from that

Re: webdav in Jsp??

2004-07-14 Thread James Mason
cannot download the file, right?? I think I may have misunderstand the machanism of webdav, so could you help me? jingrui From: James Mason [EMAIL PROTECTED] Reply-To: Slide Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: webdav in Jsp?? Date: Tue, 13 Jul 2004 08:29:04

Re: webdav in Jsp??

2004-07-14 Thread James Mason
request/response, right? From: James Mason [EMAIL PROTECTED] Reply-To: Slide Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: webdav in Jsp?? Date: Wed, 14 Jul 2004 07:49:04 -0700 The basic concept here is that your .jsp application translates plain HTTP requests

Re: how to use response to send outputstream back to client

2004-07-14 Thread James Mason
Use WebdavResource.getMethodData() to get an InputStream for the file. Use response.getOutputStream() to get an OutputStream to which you can write the InputStream. Be sure to set appropriate headers on the response to indicate file type/length/etc. -James [EMAIL PROTECTED] 7/14/2004 9:50:13 AM

Re: MS Web Folders as client on Win2k

2004-07-14 Thread James Mason
/2004 10:10:15 AM Could you put something like this to the FAQ, please? Or to the Wiki? Thanks a lot! Oliver James Mason wrote: Yes. Check out http://greenbytes.de/tech/webdav/webfolder-client-list.html#version-8.103.5219.0. The actual problem is the redirect-on-propfind error, and it only

Re: webdav in Jsp??

2004-07-13 Thread James Mason
What you're wanting to do is very possible. The architecture will look something like this. WebBrowser | v Servlet Container (jsp and Slide client) | v Slide Server So your jsp is both a client *and* a server. What you have to do is map the different methods in

RE: Locking problem in Slide 2.1 M1

2004-07-13 Thread James Mason
Go to the Slide site (http://jakarta.apache.org/slide/) and click on the Wiki link on the left. The Wiki is a collaberative web space where anyone can add/edit anything they like. There's an EditText link at the bottom of every page that allows you to make changes. Since you're new to Wikis check

Re: listWebDavResources

2004-07-09 Thread James Mason
This could be related to bug http://issues.apache.org/bugzilla/show_bug.cgi?id=29987 James Mason Adventist Health Programmer/Analyst 916.783.2576 [EMAIL PROTECTED] [EMAIL PROTECTED] 07/09/04 6:28 PM Not sure if this is your problem, but you might try replacing the '' with the url encoded

Re: displayname property usage in Slide 2.0 Release

2004-07-08 Thread James Mason
I worked around this by using a ContentInterceptor that sets the displayname property of a resource every time it is added/moved/etc (the code implements preStoreContent()). It's worked well so far, but basically makes the displayname property useless as a separate property. I can post the code

RE: displayname property usage in Slide 2.0 Release

2004-07-08 Thread James Mason
Andrey, I've attached the file. Based on reading the post you linked to I think it might actually be better to *empty* the displayname property rather than set it explicitly. That should be a simple change, though. You'll need to add this line to the configuration node of your Domain.xml file:

RE: displayname property usage in Slide 2.0 Release

2004-07-08 Thread James Mason
around bugs in Microsoft's * WebFolders. * * @author a href=mailto:[EMAIL PROTECTED]James Mason/a */ public class WebFolderContentInterceptor extends AbstractContentInterceptor { private static String DAV_NAMESPACE = DAV:; private NamespaceAccessToken nat

Re: Best Practice?

2004-07-07 Thread James Mason
Does anyone have access to a Sharepoint server that they could sniff the HTTP headers from? Could be useful information. -James [EMAIL PROTECTED] 7/7/2004 9:52:31 AM Hello, Fallin, Jonathan A. wrote: I too have been using the IE specific behavior style tag with AnchorClick attribute to get

re: using ldap with slide

2004-07-07 Thread James Mason
James, This depends on what level of integration you need between LDAP and Slide. To get *authentication* working, you need to configure your app server to authenticate users against LDAP. If you're using Tomcat 5 have a look at

Re: Workspace

2004-07-07 Thread James Mason
Take a look at http://www.webdav.org/deltav/WWW10/deltav-intro.htm. Search the text for workspace. [EMAIL PROTECTED] 7/7/2004 1:14:34 PM Can anyone explain what Workspace does and how it differs from other areas? - To

Re: auto-versioning

2004-07-07 Thread James Mason
Look at the bottom of your Domain.xml file. There's a parameter called auto-version-control that you need to set to true. -James [EMAIL PROTECTED] 7/7/2004 2:48:38 PM How do you turn auto-versioning on? - To unsubscribe,

Re: Best Practice?

2004-07-07 Thread James Mason
Practice? Does anyone have access to a Sharepoint server that they could sniff the HTTP headers from? Could be useful information. This would be really helpfull... Wiley - Original Message - From: James Mason [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 07, 2004 10

Re: Can I do this with Slide?

2004-07-06 Thread James Mason
Stefan, I don't know about storing metadata as a separate file, and the ftping might be a challenge, but everything else is doable. Metadata in Slide is stored as a list of properties on a resource (file or collection). You could probably write something that takes an metadata file and issues the

Re: Questions of Slide

2004-07-06 Thread James Mason
Pawel, Slide can do everything you need, but a web interface to do all of that has not been written (that I'm aware of, at least). I'm actually in the process of creating something that does almost exactly what you're describing, so I can give you some tips here. What I'm working on has a

Re: Questions of Slide

2004-07-06 Thread James Mason
Oliver, Is there any documentation or mailing list posts describing what the Projector is, what features it provides, and maybe some examples of how it could be used? I found some posts where it was initially discussed, but there wasn't enough information for me to really consider using it for a

Re: Security Implementation Question

2004-07-06 Thread James Mason
Jonathan, You shouldn't need to deal with SecurityImpl at all. The enumeratePermissions() method of the SecurityStore interface returns an enumeration of NodePermission objects. These objects detail which users have which rights over the passed in Uri. The SecurityImpl takes this list and checks

Re: Where to find list of all live properties?

2004-07-06 Thread James Mason
I have no idea if it's a complete list or not (you'll have to read an RFC to find that out) but doing a propgetall on a file should give you a good list. I know displayname is a dead property, but I think most of the others are live. Play with it and see which ones you can change. -James [EMAIL

Re: Best Practice?

2004-07-06 Thread James Mason
There's also a way (for Word files, at least) to create an ActiveX object that tells Word to open a file. It's in the archives here somewhere... ;) I think the .lnk solution might be more portable, though. -James [EMAIL PROTECTED] 07/06/04 9:22 PM Grant, this sounds like an interesting

Re: how to make file read-only

2004-07-05 Thread James Mason
If you set an acl that denies the write permission to all, that will make the file read only. deny write on /slide/path/to/file.doc to all If anyone needs write access to the file, be sure to grant them the write permission before denying it to all -James [EMAIL PROTECTED] 07/05/04 9:35 PM

Re: add a new user to an existing role

2004-07-04 Thread James Mason
Cogi, Take a look at http://jakarta.apache.org/slide/howto-create-users.html, If you've still got questions, post them back here :). -James [EMAIL PROTECTED] 07/03/04 1:50 PM James Mason [EMAIL PROTECTED] wrote: Hello People I have been able to create a user collection but found

Trying to work around bugs in WebFolders

2004-07-02 Thread James Mason
I'm a little panicked here (just a little). I'm planning on using WebFolders as a WebDAV client, but it's looking like the majority of the people that are supposed to use this will be running Windows 2000 SP4. The msdaipp.dll that comes with SP4 has a problem following redirects during propfind

RE: Problems with retrieveRevision Content

2004-07-02 Thread James Mason
the format of generic things like Hashtables, Enumerations, etc. Jonathan -Original Message- From: James Mason [mailto:[EMAIL PROTECTED] Sent: Thursday, July 01, 2004 11:31 AM To: [EMAIL PROTECTED] Subject: Re: Problems with retrieveRevision Content What you're describing should be working

Re: Multiple stores

2004-07-01 Thread James Mason
in runtime? I want to save files to file system , and put metadata into database. Thank you very much. Haipeng From: James Mason [EMAIL PROTECTED] Reply-To: Slide Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Multiple stores Date: Wed, 30 Jun 2004 16:56:10 -0700 I don't know

Re: Problems with retrieveRevision Content

2004-07-01 Thread James Mason
What you're describing should be working. It looks like the WebDAV servlet thinks that your file is a collection. I don't know how it determines this, but a GET request to a collection will result in the kind of response that you're getting. The only thing I can suggest is to add some debugging

Re: Slide WebDAV Client API - Redirection

2004-06-30 Thread James Mason
Well, one for instance that I know of is when accessing the root of the Store (http://localhost/slide rather than http://localhost/slide/). I've run into that a few times. -James James Mason Adventist Health Programmer/Analyst 916.783.2576 [EMAIL PROTECTED] [EMAIL PROTECTED] 06/30/04 1:41 AM

Re: ACL How To - Command-line client

2004-06-30 Thread James Mason
You need to use the full path to the resource. eg: /slide/files/Perso/alice. The command line client has problems with relative paths for some methods. -James James Mason Adventist Health Programmer/Analyst 916.783.2576 [EMAIL PROTECTED] [EMAIL PROTECTED] 06/30/04 3:39 AM Hi, I am using

Re: help for linking CVS

2004-06-30 Thread James Mason
Haipeng, You'll need a cvs client that's accessible from java, either written in java or with java bindings. Search on google for java cvs and you'll find several to choose from. After you pick one you get to figure out how to map Slide's APIs to the appropriate methods calls in the cvs client

RE: Dynamic Node Store

2004-06-30 Thread James Mason
If you really want to do it dynamically, really dynamically, you'll need to disable caching for your store. cacheResults() needs to return false, and you'd better make your Store fast :). Without caching all ObjectNodes should be newly generated for each request. You'll probably want to do some of

Re: Configuring Slide security

2004-06-29 Thread James Mason
RD, If your applications are running on the same Tomcat host, you could use Tomcat's SingleSignOn feature: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/host.html#Single%20Sign%20On. If not, you're going to need to find a way for one Tomcat server to vouch for a user to another Tomcat

Re: Cascading Slide servers

2004-06-28 Thread James Mason
I think this is a really excellent idea. It would open up a lot of possibilities for quick-and-dirty integration with existing data repositories. Examples: 1) Subversion implements a subset of WebDAV as one of its server options. 2) A more complicated idea, but using something like Cocoon you can

Re: LDAP authentication questions, again...

2004-06-26 Thread James Mason
This tells Tomcat to authenticate users using Slide as the user database (the users located at /users). If you're wanting to use LDAP to authenticate users, you need to comment out this line. -James James Mason Adventist Health Programmer/Analyst 916.783.2576 [EMAIL PROTECTED] [EMAIL PROTECTED

Re: can we configure the slide in such a way that we only store the metadata information and not the act

2004-06-25 Thread James Mason
It should be possible, but I see one big problem with doing this: how are you going to keep the metadata in sync when someone moves or copies a file? Since you mention network places, I'm assuming you're currently using a windows or samba share for the files? Depending on what kind of access

Re: add a new user

2004-06-25 Thread James Mason
This should get you going: http://jakarta.apache.org/slide/howto-create-users.html -James [EMAIL PROTECTED] 6/25/2004 10:17:24 AM how could I add a new user to slide? thanks _ MSN 9 Dial-up Internet Access fights spam and

How can I unpermission a file I no longer have access to?

2004-06-25 Thread James Mason
Here's the scenario. I want most of my files available to everyone so I have grant read to all set on the root folder. This inherits down to everything else, but I need to make one section private. So as root I set: deny read from all on the folder I want to be private and now *I* can't access the

Re: LDAP authentication questions, again...

2004-06-25 Thread James Mason
I don't have a server setup in the way you need so I can't send you any examples, but I can give you some pointers. They key is probably going to be getting your role mappings setup correctly. By default Tomcat is setup to only allow access to users with the root, user or guest roles to the Slide

Re: experiences with the LDAP Store

2004-06-24 Thread James Mason
Glad to know that fixed it :). I'd actually made a similar change based on a bug report someone else sent me (off list, I think). Good to know that worked. Oliver, thanks for fixing this! -James [EMAIL PROTECTED] 06/24/04 6:56 AM Great! I will update the source with the change ASAP. Oliver

Re: Auditing

2004-06-24 Thread James Mason
Gaurav, There are DAV:creationdate and DAV:modificationdate properties that are set for every resource. To really accomplish auditing you'll probably want more information than that, though. You might try writing a simple ContentInterceptor:

New Slide Wiki

2004-06-24 Thread James Mason
I think I've finished migrating the old wiki to the new one: http://wiki.apache.org/jakarta-slide I'd appreciate it if someone could double-check to make sure I haven't missed anything. Thanks, James - To unsubscribe,

RE: Example Java Servlets for accessing data in Slide?

2004-06-24 Thread James Mason
- From: James Mason [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 23, 2004 2:48 PM To: [EMAIL PROTECTED] Subject: RE: Example Java Servlets for accessing data in Slide? Happy to help :). Good luck and happy hacking. -James [EMAIL PROTECTED] 6/23/2004 1:44:12 PM I can't thank you enough

RE: Example Java Servlets for accessing data in Slide?

2004-06-24 Thread James Mason
://user:[EMAIL PROTECTED]/webdav) and then later get a child resource: child = resource.getChildResources().getResource(subdir) do I have to set the username/password info for this new WebdavResource object, or will it inherit from the parent? -Mike On Thu, 2004-06-24 at 18:45, James

RE: link to other document management system

2004-06-23 Thread James Mason
Michael, It would be awsome if you could do this. I think the Store interfact is one of Slide's greatest strengths, but the current implementations are just complicated enough to make figuring them out non-trivial. I think a simple walk-through or HOW-TO document would really help. -James

RE: Example Java Servlets for accessing data in Slide?

2004-06-23 Thread James Mason
Brad, One easy way to figure questions like out is to use a good IDE, such as Eclipse: http://eclipse.org/. If your set your project up with all of the .jar files that you'll need (just grab every .jar file you can find in the Slide package you downloaded) the IDE will tell you when you haven't

Re: Problems changing users and passwords in slide 2.0/tomcat 5.0.19bundle

2004-06-23 Thread James Mason
Frank, The settings in the Domain.xml file are only applied when a store is created, which is basically the first time you start Slide. To change the root user's password you either need to use the command line client (or another webdav client) or delete the store and metadata directories in

Re: Example Java Servlets for accessing data in Slide?

2004-06-23 Thread James Mason
Luanne, Thanks a bundle for adding those. It's really nice to see the Wiki starting to fill up! -James [EMAIL PROTECTED] 6/23/2004 1:53:35 AM Hi Brad, I too started on Slide recently and had quite a few problems getting started. However, with the help of this mailing list, I managed to get

<    1   2   3   4   >