Re: Which Slide jar files do I need to have in my classpath?

2004-06-22 Thread James Mason
Brad, You'll need to be a bit more specific. If your servlet/portlet is going to run on the same server as Slide (integrated with the server, so to speak), then you'll need the jar files from the lib directory in the jakarta-slide-server-bin-2.0 download. If your servlet/portlet is going to be a c

Which Slide jar files do I need to have in my classpath?

2004-06-22 Thread brad.simonin
I am looking at developing Servlets/Portlets using Slide. Does anyone know which Slide jar files do I need to have in my classpath? Thank you in advance, --Brad Simonin - To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

Re: getting 401 error code

2004-06-22 Thread Michael Stover
Sweet! That did it. I had thought I was covered with the HTTPClient Credentials object, but I guess that only applies to the proxy server... Thank you! -Mike On Tue, 2004-06-22 at 16:13, James Mason wrote: > 401 means unauthorized. You need to pass a valid username/passworld > pair. Either us

Re: getting 401 error code

2004-06-22 Thread James Mason
401 means unauthorized. You need to pass a valid username/passworld pair. Either use WebdavResource.setUserInfo() or pass them as part of the url: http://user:[EMAIL PROTECTED]:port/path/to/file/ -James >>> [EMAIL PROTECTED] 6/22/2004 1:00:50 PM >>> I downloaded the webdav java client, and I'm tr

getting 401 error code

2004-06-22 Thread Michael Stover
I downloaded the webdav java client, and I'm trying to use it embedded in a webapp to an existing webdav (not sure exactly what brand). The problem I'm having is that when I try to create a WebdavResource ala: WebdavResource res = new WebdavResource("https://drs.domain.net/webdav/",blahblah)

Example Java Servlets for accessing data in Slide?

2004-06-22 Thread brad.simonin
I am very new to Slide. Are there any example Java Servlets for extracting and inserting data into slide? I would like to extract an html file located in the following directory: http://localhost:8080/slide/files/BradSimonin The file is Brad.html Thank you in advance, --Brad Simonin -

Re: How do I get checkout to create copy in workspace?

2004-06-22 Thread kranga
Will the reverse work? If I have a resource in my workspace, can I use versioncontrol to get it to the /files collection? - Original Message - From: "Ingo Brunberg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 22, 2004 4:19 AM Subject: Re: How do I get checkout to creat

Re: Authentication: fail to change password

2004-06-22 Thread James Mason
You need to add the user to a role as well. You do this by setting the DAV:group-member-set property on the role you want to user to have to a value that contains the user's uri. Please note, you can append to this property, you must overwrite it. Therefor you need to include all of the users that

Re: FW: FAQ Entry for adding a user ???

2004-06-22 Thread James Mason
Paul, I tried sending this to you directly, but I keep getting mail undeliverable errors. Hopefully you get this at some point. Send an email to Oliver at [EMAIL PROTECTED] with your document attached. It looks really good. Thanks for putting this together. A lot of people have been asking this

Re: Authentication: fail to change password

2004-06-22 Thread Jean-Baptiste Lièvremont
Hi, In my previous message, I had been trying to perform manually what is used in the Slide-Tomcat bundle. Looks like I forgot something. Now I use the bundle. Property changes work. But as it comes to a freshly created user, nothing works. I create a collection, put a 'password' property with

Re: How do I enable DEBUG logging?

2004-06-22 Thread James Mason
Stefan, That worked great. Thanks. -James >>> [EMAIL PROTECTED] 6/22/2004 1:21:06 AM >>> I use the following way: - in your domain.xml add the following to the root element named slide (I think logger.level may any up to 7) - put a log4j.properties file to your slides WEB-INF/classes path and c

RE: JSR 147 and JSR 170 ETA

2004-06-22 Thread Stefan Guggisberg
hi richard there's an implementation of jsr 170 in the cvs (jakarta-slide/proposals/jcrri). it implements v. 0.13 of the spec (i.e. the public review version). the implementation represents work-in-progress and i am constantly working on it, implementing missing features, fixing bugs etc. consider

Re: administration web-frontend for slide?

2004-06-22 Thread James Mason
Frank, In Cocoon 2.1.5 the Slide block is at /cocoon/samples/blocks/slide/ I believe. You should be able to follow that link path, at least (click on samples, then blocks, then slide). If you log in as root/root you can create collections, add users, modify properties and permissions, etc. In or

Authentication: fail to change password

2004-06-22 Thread Jean-Baptiste Lièvremont
Hi, I'm using Slide 2.0 rc1 in a Tomcat 5.0.19 server. Slide uses the SlideRealm for authentication. I am able to connect the server under the default identities (root, john, john2, guest) with the default (null) password. Then I connect as root with DAVExplorer (0.90). I am able to change the

JSR 147 and JSR 170 ETA

2004-06-22 Thread Richard Emberson
Is there a link to a discussion of when Slide will support JSR 147 and JSR 170? Thanks. Richard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How do I enable DEBUG logging?

2004-06-22 Thread Stefan Lützkendorf
I use the following way: - in your domain.xml add the following to the root element named slide (I think logger.level may any up to 7) - put a log4j.properties file to your slides WEB-INF/classes path and config what do you want to log Hope this helps, Stefan James Mason wrote: I'm using th

Authentication

2004-06-22 Thread Julien MONTOYA
Hello, I'm installing a bundle version 2.1M1 of slide server with a standard configuration (with active authentication). I'm using windows XP and when I connect a webdav client (standard webdavclient, DAVExplorer, .) to the slide server, I never enter in a authentication step. Can someone h

Property Namespaces question

2004-06-22 Thread Paul Hussein
Hi, Can someone do me the favour of answering this question. Why when I connect to a IIS WebDAV server when i call property.getName() on a property it is prefixed by 'a:' and for Slide it is prefixed by 'D:' when I explicitly enter my namespace when creating the property. Is there a standard in

Re: How do I get checkout to create copy in workspace?

2004-06-22 Thread kranga
Look at http://www.webdav.org/deltav/scenarios/scenarios-00-1.htm#_Toc475158795 section 3.2 - Original Message - From: "Ingo Brunberg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 22, 2004 4:19 AM Subject: Re: How do I get checkout to create copy in workspace? > Wher

Re: How do I enable DEBUG logging?

2004-06-22 Thread Martin Holz
"James Mason" <[EMAIL PROTECTED]> writes: > I'm using the 2.0/Tomcat 5 bundle. I've set org.apache.slide.debug to > true in slide.properties, but that doesn't seem to have had any effect. > Putting a log4j.properties file in the root of the classpath with the > appropriate settings doesn't have an

Re: Cannot browse WebDAV in Windows XP

2004-06-22 Thread Alan Wood
I had this XP log on issue, whereby xp insisted on appending a hostname to the login. It only happens on certain xp clients. In my case I was running slide on port 80 (for firewall reasons), so entering the url in the add network places wizard would be something like : http://x.x.x.x/slide/files

Re: How do I get checkout to create copy in workspace?

2004-06-22 Thread Ingo Brunberg
Where did you read about a Target-Selector? Usually you create a version controlled resource in a workspace by using a VERSION-CONTROL request. If you use WebdavResource you can call the method versionControlMethod(String path, String target), where path is the new resource to be created and targe

Re: administration web-frontend for slide?

2004-06-22 Thread Frank Schmaus
Hi James (and all the others) I installed cocoon, but could not find any kind of configuration frontend. It has millions of examples, but still everything looks like being configured serverside with xml files. For a university project I'd need some easy webfrontend for configuring users and righ

Re: Put problem with Slide 2.0

2004-06-22 Thread Oliver Zeigermann
You are right! There actually are performance problems with versioning of large numbers of files. There has been a workaround by Martin Holz that takes care of it. I do not know if it is around in the lists or somewhere else. Martin, would you consider sending it to the list again? Maybe we sho