You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by Nicolas Gauthier <ga...@gmail.com> on 2007/03/13 13:09:30 UTC

How to disabling versionning?

Hi @all

Sorry for my bad english :P

I'm using Jakarta Slide for a few days in order to create directories and
uploading files in it.
For that I call mkcolMethod and putMethod on WebdavResources.
When I upload a file, this one is created with the '_1.0' suffix but I need
to access this files directly with the Files Explorer.

So I created a 'slide.properties' file wich contains '
org.apache.slide.versioncontrol=false' value and I put it in my
WEB-INF/classes directory in order to disable versionning, but it doesn't
works.
Is there anything else to configure (perhaps in Domain.xml)?

Thank you for your answers.

RE: How to disabling versionning?

Posted by Miguel Figueiredo <mf...@maisis.pt>.
Hello Nicolas,

The file slide-kernel-2.1.jar got inside its own slide.properties file.
>From what you're saying, the included properties file overrides your
parameter configuration, so it's not enough to add your file to the classes
folder.

 Try moving the slide.properties file from the jar file, or change it
according with your requirements.

 That should be enough for turning it off, but I'm not sure if your intent
of removing the '_1.0' will work by turning off the version control. I do
know it is possible because someone in this list needed the same thing some
time ago (screen scrapping time ftw).

 Hope this helps,
 Miguel Figueiredo

-----Original Message-----
From: Nicolas Gauthier [mailto:gauthier.nico@gmail.com] 
Sent: terça-feira, 13 de Março de 2007 12:10
To: slide-user@jakarta.apache.org
Subject: How to disabling versionning?

Hi @all

Sorry for my bad english :P

I'm using Jakarta Slide for a few days in order to create directories and
uploading files in it.
For that I call mkcolMethod and putMethod on WebdavResources.
When I upload a file, this one is created with the '_1.0' suffix but I need
to access this files directly with the Files Explorer.

So I created a 'slide.properties' file wich contains '
org.apache.slide.versioncontrol=false' value and I put it in my
WEB-INF/classes directory in order to disable versionning, but it doesn't
works.
Is there anything else to configure (perhaps in Domain.xml)?

Thank you for your answers.


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: How to disabling versionning?

Posted by Guillaume Bailleul <eu...@gmail.com>.
Actually, the problem is that you want to access directly to the file
not using the webdav protocol and this is the problem.
Doing that you loose all ACL and security behaviour.

You can find client for all kinds of use : java, C, perl API to
retrieve the file. You can find clients that shows the waebdav service
as a network disk.

Doing that, the "users" of the file and the storage system are independant.

That's just my idea :-)
Regards

Guillaume

PS: my english is not better than yours


2007/3/15, Nicolas Gauthier <ga...@gmail.com>:
> Hi Miguel
>
> Thanks for your answer. It seems to be interesting. I will test it.
>
>
>
> On 3/15/07, Miguel Figueiredo <mf...@maisis.pt> wrote:
> >
> > Hello folks,
> >
> > Actually, I made a study where I concluded that using a WebDAV server is
> > slightly better than an ftp server in performance and feature wise. But
> > that's just me.
> >
> > Nicolas, another way to use webdav would be the default TOMCAT webdav
> > servlet. It does not support versioning or ACLs, and I bet the files are
> > stored with the original name.
> >
> > Hope this helps,
> > Miguel Figueiredo
> >
> > -----Original Message-----
> > From: Michael Oliver [mailto:ollie@alariussystems.com]
> > Sent: quarta-feira, 14 de Março de 2007 13:18
> > To: 'Slide Users Mailing List'
> > Subject: RE: How to disabling versionning?
> >
> >
> > FileZilla as an ftp server will come closer to what you want than WebDAV.
> >
> > Michael Oliver
> > Cell: 518-378-6154
> > Skype: MikeOliverAZ
> > Phone:702-866-9034
> >
> > -----Original Message-----
> > From: Nicolas Gauthier [mailto:gauthier.nico@gmail.com]
> > Sent: Tuesday, March 13, 2007 6:09 AM
> > To: slide-user@jakarta.apache.org
> > Subject: How to disabling versionning?
> >
> > Hi @all
> >
> > Sorry for my bad english :P
> >
> > I'm using Jakarta Slide for a few days in order to create directories and
> > uploading files in it.
> > For that I call mkcolMethod and putMethod on WebdavResources.
> > When I upload a file, this one is created with the '_1.0' suffix but I
> > need
> > to access this files directly with the Files Explorer.
> >
> > So I created a 'slide.properties' file wich contains '
> > org.apache.slide.versioncontrol=false' value and I put it in my
> > WEB-INF/classes directory in order to disable versionning, but it doesn't
> > works.
> > Is there anything else to configure (perhaps in Domain.xml)?
> >
> > Thank you for your answers.
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: slide-user-help@jakarta.apache.org
> >
> >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: How to disabling versionning?

Posted by Nicolas Gauthier <ga...@gmail.com>.
Hi Miguel

Thanks for your answer. It seems to be interesting. I will test it.



On 3/15/07, Miguel Figueiredo <mf...@maisis.pt> wrote:
>
> Hello folks,
>
> Actually, I made a study where I concluded that using a WebDAV server is
> slightly better than an ftp server in performance and feature wise. But
> that's just me.
>
> Nicolas, another way to use webdav would be the default TOMCAT webdav
> servlet. It does not support versioning or ACLs, and I bet the files are
> stored with the original name.
>
> Hope this helps,
> Miguel Figueiredo
>
> -----Original Message-----
> From: Michael Oliver [mailto:ollie@alariussystems.com]
> Sent: quarta-feira, 14 de Março de 2007 13:18
> To: 'Slide Users Mailing List'
> Subject: RE: How to disabling versionning?
>
>
> FileZilla as an ftp server will come closer to what you want than WebDAV.
>
> Michael Oliver
> Cell: 518-378-6154
> Skype: MikeOliverAZ
> Phone:702-866-9034
>
> -----Original Message-----
> From: Nicolas Gauthier [mailto:gauthier.nico@gmail.com]
> Sent: Tuesday, March 13, 2007 6:09 AM
> To: slide-user@jakarta.apache.org
> Subject: How to disabling versionning?
>
> Hi @all
>
> Sorry for my bad english :P
>
> I'm using Jakarta Slide for a few days in order to create directories and
> uploading files in it.
> For that I call mkcolMethod and putMethod on WebdavResources.
> When I upload a file, this one is created with the '_1.0' suffix but I
> need
> to access this files directly with the Files Explorer.
>
> So I created a 'slide.properties' file wich contains '
> org.apache.slide.versioncontrol=false' value and I put it in my
> WEB-INF/classes directory in order to disable versionning, but it doesn't
> works.
> Is there anything else to configure (perhaps in Domain.xml)?
>
> Thank you for your answers.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-user-help@jakarta.apache.org
>
>

RE: How to disabling versionning?

Posted by Miguel Figueiredo <mf...@maisis.pt>.
Hello folks,

 Actually, I made a study where I concluded that using a WebDAV server is
slightly better than an ftp server in performance and feature wise. But
that's just me.

 Nicolas, another way to use webdav would be the default TOMCAT webdav
servlet. It does not support versioning or ACLs, and I bet the files are
stored with the original name.

 Hope this helps,
 Miguel Figueiredo

-----Original Message-----
From: Michael Oliver [mailto:ollie@alariussystems.com] 
Sent: quarta-feira, 14 de Março de 2007 13:18
To: 'Slide Users Mailing List'
Subject: RE: How to disabling versionning?

 
FileZilla as an ftp server will come closer to what you want than WebDAV.

Michael Oliver
Cell: 518-378-6154
Skype: MikeOliverAZ
Phone:702-866-9034

-----Original Message-----
From: Nicolas Gauthier [mailto:gauthier.nico@gmail.com] 
Sent: Tuesday, March 13, 2007 6:09 AM
To: slide-user@jakarta.apache.org
Subject: How to disabling versionning?

Hi @all

Sorry for my bad english :P

I'm using Jakarta Slide for a few days in order to create directories and
uploading files in it.
For that I call mkcolMethod and putMethod on WebdavResources.
When I upload a file, this one is created with the '_1.0' suffix but I need
to access this files directly with the Files Explorer.

So I created a 'slide.properties' file wich contains '
org.apache.slide.versioncontrol=false' value and I put it in my
WEB-INF/classes directory in order to disable versionning, but it doesn't
works.
Is there anything else to configure (perhaps in Domain.xml)?

Thank you for your answers.



---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


RE: How to disabling versionning?

Posted by Michael Oliver <ol...@alariussystems.com>.
 
FileZilla as an ftp server will come closer to what you want than WebDAV.

Michael Oliver
Cell: 518-378-6154
Skype: MikeOliverAZ
Phone:702-866-9034

-----Original Message-----
From: Nicolas Gauthier [mailto:gauthier.nico@gmail.com] 
Sent: Tuesday, March 13, 2007 6:09 AM
To: slide-user@jakarta.apache.org
Subject: How to disabling versionning?

Hi @all

Sorry for my bad english :P

I'm using Jakarta Slide for a few days in order to create directories and
uploading files in it.
For that I call mkcolMethod and putMethod on WebdavResources.
When I upload a file, this one is created with the '_1.0' suffix but I need
to access this files directly with the Files Explorer.

So I created a 'slide.properties' file wich contains '
org.apache.slide.versioncontrol=false' value and I put it in my
WEB-INF/classes directory in order to disable versionning, but it doesn't
works.
Is there anything else to configure (perhaps in Domain.xml)?

Thank you for your answers.


RE How to disabling versionning?

Posted by Jean-Damien Bouvier <Je...@hardis.fr>.
Hi Nicolas !

If you don't need versioning, I suggest that you think about using another 
Webdav server or a simple ftp server.

Bye
Jean-Damien Bouvier