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 for a

Re: SSL and server.xml

2004-11-17 Thread Oliver Zeigermann
With 5.0.28 this works fine for me: Connector port=8443 maxThreads=150 minSpareThreads=25 maxSpareThreads=75 enableLookups=false disableUploadTimeout=true acceptCount=100 debug=0 scheme=https secure=true clientAuth=false

Re: WebDAV-Servlet with Contexts different from FileDirContext

2004-11-16 Thread Oliver Zeigermann
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 there are other dir contexts

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

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] wrote: Folks

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