RE: How to disabling versionning?

2007-03-15 Thread Miguel Figueiredo
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:[EMAIL PROTECTED] 
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:[EMAIL PROTECTED] 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How to disabling versionning?

2007-03-15 Thread Nicolas Gauthier

Hi Miguel

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



On 3/15/07, Miguel Figueiredo [EMAIL PROTECTED] 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:[EMAIL PROTECTED]
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:[EMAIL PROTECTED]
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: Accessing files through Excel by multiple users

2007-03-15 Thread Olivier Etienne

Hi,

For an XLS or DOC file, webdav response to a PROPFIND contains
D:supportedlock
  D:lockentry
  D:lockscope
  D:exclusive /

Maybe you must find something dealing with file types...


Olivier


2007/3/15, Zeus Courtois [EMAIL PROTECTED]:


Hi,

I have slide setup with some Excel files stored on it.

If I have the file opened on one computer and would like to open it on
another computer then it gives me the message if I want to open it as
Read-Only. But I would like to open it as Read-Write on several
computers.  I think it has to do something with the lock of SLIDE.

Is there anyway to have the file opened on several computers and be able
to modify it and save it from any of the multiple computers?

Currently I would have to close it on the other computers and re-open it
'cause it was Read-Only.

Is this possible?

Do I have to modify anything on the Domain.xml?

Thanks,

Zeus Courtois







Bored stiff? Loosen up...
Download and play hundreds of games for free on Yahoo! Games.
http://games.yahoo.com/games/front


RE: Accessing files through Excel by multiple users

2007-03-15 Thread Michael Oliver
 
Does that work only on a shared drive such as a network mounted drive or
does it work on a Web Folder from SharePoint?

A protocol analyzer should let you see what exchange is going on with the
working environment and what slide needs to accommodate to get it working on
a web folder to slide.

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

-Original Message-
From: Zeus Courtois [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 15, 2007 12:42 PM
To: Slide Users Mailing List
Subject: Re: Accessing files through Excel by multiple users

Hi Mike,

The reason is that Excel has a feature that merges the changes from
different users. If you go to Tools--Share Workbook...
So I would like for the users to be able to access the Excel files stored on
a Server (Slide) but have them use the Merging feature also.  

But when opening the file from Excel it automatically locks it.

Thanks,

Zeus


- Original Message 
From: Michael Oliver [EMAIL PROTECTED]
To: Slide Users Mailing List slide-user@jakarta.apache.org
Sent: Thursday, March 15, 2007 11:35:11 AM
Subject: RE: Accessing files through Excel by multiple users

 
Zeus anything is possible, but to check it in you would need the token, but
my question would be why?  The whole idea is that multiple copies can be
opened but only one read-write so you don't overwrite someone else's changes
inadvertently.

If you want to co-edit, then use a P2P Tool like Groove that update's
everyone's copy with the changes and you can use meeting tools and other
things to do it.

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

-Original Message-
From: Zeus Courtois [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 14, 2007 7:14 PM
To: Slide Apache
Subject: Accessing files through Excel by multiple users

Hi,

I have slide setup with some Excel files stored on it.

If I have the file opened on one computer and would like to open it on
another computer then it gives me the message if I want to open it as
Read-Only. But I would like to open it as Read-Write on several computers.
I think it has to do something with the lock of SLIDE.

Is there anyway to have the file opened on several computers and be able to
modify it and save it from any of the multiple computers?

Currently I would have to close it on the other computers and re-open it
'cause it was Read-Only.

Is this possible?  

Do I have to modify anything on the Domain.xml?

Thanks,

Zeus Courtois




 


Bored stiff? Loosen up... 
Download and play hundreds of games for free on Yahoo! Games.
http://games.yahoo.com/games/front


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







 


Need Mail bonding?
Go to the Yahoo! Mail QA for great tips from Yahoo! Answers users.
http://answers.yahoo.com/dir/?link=listsid=396546091

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]