Tobias Maier | 1 Aug 09:38
Picon
Picon

Re: Windows XP mapping

Does noone has an idea? how to solve my problem?

> --- Ursprüngliche Nachricht ---
> Von: "Tobias Maier" <6r15u-slide <at> gmx.de>
> An: slide-user <at> jakarta.apache.org
> Betreff: Re: Windows XP mapping
> Datum: Tue, 26 Jul 2005 11:13:41 +0200 (MEST)
> 
> One additional comment to this method:
> if you watch your servers log you see:
> http-8080-Processor25, 26-Jul-2005 11:08:12, root, PROPFIND, 207
> "Multi-Status", Multi-Status, 47 ms, /workspace, /slide/workspace, 489,
> Microsoft Data Access Internet Publishing Provider DAV
> 
> when accessing by the method you use. But I want to use the
> Microsoft-WebDAV-MiniRedir/5.1.2600 instead of 
> Microsoft Data Access Internet Publishing Provider DAV
> 
> regards
> Tobi
> 
> > --- Ursprüngliche Nachricht ---
> > Von: Rakesh Saha <rakesh.saha <at> oracle.com>
> > An: Slide Users Mailing List <slide-user <at> jakarta.apache.org>
> > Betreff: Re: Windows XP mapping
> > Datum: Mon, 25 Jul 2005 16:11:29 +0530
> > 
> > For me http://jakarta.apache.org/slide/xp.html works [ I am working with
> > Jetty although ] .
> > 
(Continue reading)

John Rousseau | 1 Aug 13:34

Re: Windows XP mapping

Hi Tobias,

If you posted exactly what you were doing and the exact error message or 
problem you saw, more people would be willing to help.

-John

Tobias Maier wrote:
> Does noone has an idea? how to solve my problem?
> 
> 
>>--- Ursprüngliche Nachricht ---
>>Von: "Tobias Maier" <6r15u-slide <at> gmx.de>
>>An: slide-user <at> jakarta.apache.org
>>Betreff: Re: Windows XP mapping
>>Datum: Tue, 26 Jul 2005 11:13:41 +0200 (MEST)
>>
>>One additional comment to this method:
>>if you watch your servers log you see:
>>http-8080-Processor25, 26-Jul-2005 11:08:12, root, PROPFIND, 207
>>"Multi-Status", Multi-Status, 47 ms, /workspace, /slide/workspace, 489,
>>Microsoft Data Access Internet Publishing Provider DAV
>>
>>when accessing by the method you use. But I want to use the
>>Microsoft-WebDAV-MiniRedir/5.1.2600 instead of 
>>Microsoft Data Access Internet Publishing Provider DAV
>>
>>regards
>>Tobi
>>
(Continue reading)

Rakesh Saha | 1 Aug 13:49
Picon
Favicon

Usage of Webdav NotificationTrigger

Hi All ,

Any one have used */org.apache.slide.webdav.event.NotificationTrigger 
/*in their application.

I like to know what is usage pattern of this API. Is it for notification 
of any webdav event like coping any file through webdav ?

If yes , how I can use it ?

TIA,
Rakesh
Kajetan.Rogalski | 1 Aug 14:29
Picon

Kajetan Rogalski : Nie ma mnie w pracy.


Nie będzie mnie w pracy od  2005-07-30 i nie wrócę przed 2005-08-15.

Odpowiem na wiadomości po powrocie w plinych sprawach proszę się
kontaktować z Karoliną Hauzą.
Marco Avila | 2 Aug 13:21
Picon
Favicon

RE: How to get a list of files with their properties

Yes, this was the answer + tweaking the parameters in
web.xml the performance has improved a lot.

Thanks and lot

 --- Ray Sprinkle <rsprinkle <at> vhainc.com> escribió:

> Do a propfind on the parent collection (directory)
> with a Vector of the properties you want and a Depth
> of 1. This will return the information you want for
> everything in the collection.  
> 
> -----Original Message-----
> From: Marco Avila
> [mailto:philosophyofmind <at> yahoo.com.mx] 
> Sent: Friday, July 29, 2005 7:29 AM
> To: Slide Users Mailing List
> Subject: RE: How to get a list of files with their
> properties
> 
> Hello,
> 
> But how to do it with the webdav client API, I have
> used their methods but all the time I can only use
> REPORT to get the list of file and in a loop use the
> PROPFIND for every file!!, this takes too much time,
> can one one show an example to do the same calling
> just once the server to get the same information?
> 
> Regards
(Continue reading)

Kylen Brackster | 2 Aug 20:33
Picon

Explaining Default Store and Basic Slide Funtionality

Hi,

I am new to WebDAV and Slide.  I've been reading the content on the Slide 
and Wiki websites so that I can understand how this technology works, but I 
am still vague about some basic things.  I've been able to get Tomcat 
working with Slide and have experimented creating containers, 
upload,download,check-in/out etc. using WebDAV Explorer.  This was pretty 
easy, but now I want to integrate Slide with my application.

My application allows users to create and save files in the C:\Docs folder 
on the same machine where Tomcat is installed.  When a user creates a 
document, the location of the document is stored into a database along with 
the rights associated with it.  My goal is to have these files accessible 
through Slide for users/roles who have the proper access rights.  I will 
create my own UI so I will have some control over user actions.

I've experimented using WebDAV Explorer and have uploaded some files from 
the C:\Docs folder to the Slide store.  There exists a folder, 
\Tomcat\bin\store, where the container I created exists along with the files 
I've uploaded.  The uploaded files are placed into the "content" folder and 
_1.0 is appended to the file name.

Q: When files are uploaded using Slide, does it make a copy and place it in 
the store or does it reference the file that resides at C:\Docs?   Does it 
make sense for my application to continue storing files at C:\Docs or does 
it make sense store them somewhere in the Tomcat directory?

I will build my own client interface that shows all documents that a user 
has access to. When the user selects a document to view/edit, I will query 
my database to determine what rights he/she has (read-only, rw,...) before 
(Continue reading)

Michael Oliver | 2 Aug 22:13

RE: Explaining Default Store and Basic Slide Funtionality

Let me try to shed some light, see my comments below.

Michael Oliver
CTO
Alarius Systems LLC
6800 E. Lake Mead Blvd, #1096
Las Vegas, NV 89156
Phone:(702)643-7425
Fax:(702)974-0341
*Note new email changed from oliverm <at> matrix-media.com
-----Original Message-----
From: Kylen Brackster [mailto:catfink <at> hotmail.com] 
Sent: Tuesday, August 02, 2005 11:34 AM
To: slide-user <at> jakarta.apache.org
Subject: Explaining Default Store and Basic Slide Funtionality

Hi,

I am new to WebDAV and Slide.  I've been reading the content on the Slide 
and Wiki websites so that I can understand how this technology works, but I 
am still vague about some basic things.  I've been able to get Tomcat 
working with Slide and have experimented creating containers, 
upload,download,check-in/out etc. using WebDAV Explorer.  This was pretty 
easy, but now I want to integrate Slide with my application.

My application allows users to create and save files in the C:\Docs folder 
on the same machine where Tomcat is installed.  When a user creates a 
document, the location of the document is stored into a database along with 
the rights associated with it.  My goal is to have these files accessible 
through Slide for users/roles who have the proper access rights.  I will 
(Continue reading)

Marco Avila | 3 Aug 12:19
Picon
Favicon

OpenOffice

Hello, when used OpenOffice 1.1.4 as a web dav client,
the file can not be saved, an error message appears as
shown in the image.
But no error message on Microsoft Word when saving a
file .

Does someone know what is going on?

Thanks

__________________________________________________
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
Regístrate ya - http://correo.yahoo.com.mx/ 
---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe <at> jakarta.apache.org
For additional commands, e-mail: slide-user-help <at> jakarta.apache.org
Marco Avila | 3 Aug 12:22
Picon
Favicon

Rv: OpenOffice

the image

 --- Marco Avila <philosophyofmind <at> yahoo.com.mx>
escribió:

> Fecha: Wed, 3 Aug 2005 05:19:57 -0500 (CDT)
> De: Marco Avila <philosophyofmind <at> yahoo.com.mx>
> Asunto: OpenOffice
> A: slide-user <at> jakarta.apache.org
> 
> Hello, when used OpenOffice 1.1.4 as a web dav
> client,
> the file can not be saved, an error message appears
> as
> shown in the image.
> But no error message on Microsoft Word when saving a
> file .
> 
> Does someone know what is going on?
> 
> Thanks
> 
> __________________________________________________
> Correo Yahoo!
> Espacio para todos tus mensajes, antivirus y
> antispam ¡gratis! 
> Regístrate ya - http://correo.yahoo.com.mx/ 
> >
---------------------------------------------------------------------
> To unsubscribe, e-mail:
(Continue reading)

Marco Avila | 3 Aug 12:24
Picon
Favicon

Rv: OpenOffice

Arg!!, the image can not be sent, the message sent by
OpenOffice is:

Error saving the document document.sxc
Error transfering data to the Internet
Server error message: 405 Method Not Allowed: Must not
be collection

 --- Marco Avila <philosophyofmind <at> yahoo.com.mx>
escribió:

> Fecha: Wed, 3 Aug 2005 05:22:01 -0500 (CDT)
> De: Marco Avila <philosophyofmind <at> yahoo.com.mx>
> Asunto: Rv: OpenOffice
> A: slide-user <at> jakarta.apache.org
> 
> the image
> 
>  --- Marco Avila <philosophyofmind <at> yahoo.com.mx>
> escribió:
> 
> > Fecha: Wed, 3 Aug 2005 05:19:57 -0500 (CDT)
> > De: Marco Avila <philosophyofmind <at> yahoo.com.mx>
> > Asunto: OpenOffice
> > A: slide-user <at> jakarta.apache.org
> > 
> > Hello, when used OpenOffice 1.1.4 as a web dav
> > client,
> > the file can not be saved, an error message
> appears
(Continue reading)


Gmane