WebDAV-Servlet with Contexts different from FileDirContext

2004-11-14 Thread Oliver Zeigermann
Folks, I am just reviewing Tomcat's WebDAV servlet and have even run Slide's WebDAV testsuite against it - many tests work :) I really like the brevity! I understand the default context used is FileDirContext, right? I am no Tomcat expert, so maybe this is a stupid question, but is it actually po

Re: WebDAV-Servlet with Contexts different from FileDirContext

2004-11-15 Thread Oliver Zeigermann
Looking into this further, couldn't proppatch be implemented properly? I know the file dir context does not support setting of attributes, but there are other dir contexts imaginable that do, right? Oliver On Mon, 15 Nov 2004 02:23:49 +0100, Oliver Zeigermann <[EMAIL PROTECTED]> wro

Re: WebDAV-Servlet with Contexts different from FileDirContext

2004-11-16 Thread Oliver Zeigermann
verse clients. Would that be an option? Oliver On Tue, 16 Nov 2004 00:10:56 +0100, Oliver Zeigermann <[EMAIL PROTECTED]> wrote: > Looking into this further, couldn't proppatch be implemented properly? > I know the file dir context does not support setting of attributes, > but the

Re: WebDAV-Servlet with Contexts different from FileDirContext

2004-11-16 Thread Oliver Zeigermann
Mark, Remy, thanks for your attention. Did not want to complain about missing responses, I was just honestly wondering if anyone was interested. Obviously, someone is :) I understand you are not interested in making this servlet available to a broader scope of people, are you? If so I would compl

Re: SSL and server.xml

2004-11-17 Thread Oliver Zeigermann
With 5.0.28 this works fine for me: What is your factory setting for? Make sure the request actually reaches Tomcat. Maybe letting something else (like the non-https connector that usually listens to port 8080) listen and see if it works. Oliver On Wed, 17 Nov 2004 14:29:16 -0500, Jeffr

Re: Doubts About Digester and XML Parsing....

2004-12-10 Thread Oliver Zeigermann
You are on the wrong list. Digester resides in Jakarta Commons. Oliver On Fri, 10 Dec 2004 10:38:31 -0300, Leonardo Larraquy <[EMAIL PROTECTED]> wrote: > Hi experts: > I must say that I've got a little experience using digester for XML > configuration files, but now I must populate some beans f