RE: webdav via slide and SSL

2005-09-30 Thread Michael Oliver
SSL works out in front of Tomcat and Slide is agnostic to it, AFAIK! 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 [EMAIL PROTECTED] -Original Message- From: Jeff Gaynor [mailto

RE: New webdav server - survey of interest

2005-09-30 Thread Max Pfingsthorn
Hello! I've spent a lot of time trying to find the bottlenecks in Slide. It seems to be the extra stuff that makes it slow. After profiling once, I found the following: 1. Checking credentials is very expensive (done multiple times while accessing a resource) 2. Checking for locks is also expe

RE: New webdav server - survey of interest

2005-09-30 Thread Miguel Figueiredo
Hello, Regarding the webdav features, our partners are really interested on the basic webdav, ACL, Versioning, Binding and DASL features. Besides that, event triggering is a real plus on Slide although its not part of the webdav specs. We felt that the TxStore is a solid and consistent way to

RE: webdav via slide and SSL

2005-09-30 Thread Max Pfingsthorn
I think this should be a configuration option in your application server. I personally don't use Tomcat, but I think you can configure the slide webapp to use https settings... Have a look here: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/ssl-howto.html. Be aware that the standard https po

RE: Get sources from CVS

2005-09-30 Thread Max Pfingsthorn
Hi! You should use the SVN repository here: http://svn.apache.org/repos/asf/jakarta/slide/ You can use http://subclipse.tigris.org/, its a subversion eclipse client. Bye! max > -Original Message- > From: V K [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 29, 2005 21:31 > To: Sli

Re: Get sources from CVS

2005-09-30 Thread Davide Savazzi
On 9/29/05, V K <[EMAIL PROTECTED]> wrote: > Using eclipse when I try to get sources from CVS repository, I get a time out > error. Slide sources are in a subversion repository now: http://svn.apache.org/repos/asf/jakarta/slide/trunk/ -- Davide Savazzi --

webdav via slide and SSL

2005-09-30 Thread Jeff Gaynor
I tried posting this earlier, but it did not seem to work. We have a web-based file management system that works over SSL and would like to use webdav and eventually Slide with it. Here is my newbie question as I orient myself: It is possible to run webdav over SSL? Is there an FAQ/how-to so

Newbie Question

2005-09-30 Thread Jeff Gaynor
Hi, I am new to webdav and slide. I have a feasibility question: Is it possible to use webdav over SSL under tomcat? We have a project in which we transfer files via SSL and would very much like to add webdav support. Has anyone done this? It would be great if there were a wiki page or some