slide store

2004-09-28 Thread Norguhtar
How i can got in store/content/files/console.tar.gz ? If i'm disable DeltaV in slide and put by cadaver console.tar.gz I'm got in store/content/files/console.tar.gz_1_0 :( It's impossible ? - To unsubscribe, e-mail: [EMAIL

Re: Move method changes displayname property?

2004-09-28 Thread Ingo Brunberg
Ok, it was all just a misunderstanding :-) There is an option in the Domain.xml update-displayname that is a config option for the MacroUpdater listener. The value is set to true by default so that for many operations (move included) the displayname is automatically updated to the filename.

RE: slide store

2004-09-28 Thread Miguel Figueiredo
Hia, That's the file you have stored through the org.apache.slide.store.txfile.TxFileContentStore. If you don't want to access it through slide, you can always copy the file to a different location, renaming it in the process so it removes the '_*' part. Best regards, Miguel ___ How i can

Re: slide store

2004-09-28 Thread Norguhtar
Miguel Figueiredo wrote: Hia, That's the file you have stored through the org.apache.slide.store.txfile.TxFileContentStore. If you don't want to access it through slide, you can always copy the file to a different location, renaming it in the process so it removes the '_*' part. Hey. I can't

RE: slide store

2004-09-28 Thread Miguel Figueiredo
I believe so, anyway that was the first objective of the webdav protocol. You can start configuring your slide published webapp by examining the web.xml file. Hint: read the 'directory-browsing' init-param description. Best regards, Miguel __ Miguel Figueiredo wrote: Hia, That's

Re: slide store

2004-09-28 Thread Norguhtar
Miguel Figueiredo wrote: I believe so, anyway that was the first objective of the webdav protocol. You use for others ? I'm not. Hint: read the 'directory-browsing' init-param description. read : init-param param-namedirectory-browsing/param-name

Re: AW: slide store

2004-09-28 Thread Tassos Bassoukos
I'm know this ;). I'm need clear internal fs view. For configuring data directory as root directory http server. I'm can't create this ? Hello, You are trying to go Apache - Filesystem Instead you should configure it like this: Apache - Slide [- Filesystem] This shields you from the

RE: slide store

2004-09-28 Thread Miguel Figueiredo
You don't need to write a store for web publishing purposes. As Daniel said in the other email, you can configure slide so it won't had the '_*' part on your files, and then configure the content store for a path like ../webapp/webappname. Anyway if you don't feel comfortable with slide

Re: AW: slide store

2004-09-28 Thread Tassos Bassoukos
On Tue, 28 Sep 2004 17:51:37 +0600, Norguhtar [EMAIL PROTECTED] wrote: Tassos Bassoukos wrote: Hello, You are trying to go Apache - Filesystem Instead you should configure it like this: Apache - Slide [- Filesystem] How ??? Or for resin ;) Hello, I don't have any experience

Re: AW: slide store

2004-09-28 Thread Norguhtar
Tassos Bassoukos wrote: Hello, I don't have any experience with Resin, but there must be a way to map your Slide store to the root of the webserver's URI space. Resin jsp servlet container. And slide working with it. This would allow you to access all the files directly, but it might not be

Re: slide store

2004-09-28 Thread Oliver Zeigermann
If you want to map a file system to Slide's WebDAV view I'd suggest to use the Alon's file store implementation from the CVS at http://cvs.apache.org/viewcvs.cgi/jakarta-slide/src/stores/org/apache/slide/store/file/SimpleFileStore.java?rev=1.3view=markup Oliver Norguhtar wrote: How i can got in

Groups vs. Roles

2004-09-28 Thread Nick Longinow
Hi I realize this has been posted and hashed out before, but my reading of the posts wasn't clarifying. Can anyone tell me the definition of these terms in the context of DAV and Slide ? My take is that a Group is a principal and is itself simply a collection of principals (users, or other

RE: Groups vs. Roles

2004-09-28 Thread Miguel Figueiredo
Hello nick, I too am interested in knowing the right answer to your question. From my past experience, I fear that Slide does not recognize the 'Group of Users Principal type'. Nevertheless ACL specification clearly states a distinction between Group of Users (exactly as you clearly defined)

checkin-fork and checkout-fork support?

2004-09-28 Thread Warwick Burrows
Hi guys, I'm trying to enable checkin-fork and checkout-fork but the server parameter checking will only accept forbidden and discouraged and if I comment them out of cmdomain.xml or try to set it to the empty string then it defaults to forbidden. I'd like to be able to fork the revisions in my