Re: Multiple Namespaces

2001-02-20 Thread Remy Maucherat
> Thanks. In the WebdavServlet code it is looking only for "webdav" > namespace. Do wee need to modify or it just works? There is a "namespace" parameter in web.xml in the Slide Webapp. You can put there the name of the namespace you want the servlet to access. Remy (wondering why he's even bot

Re: Multiple Namespaces

2001-02-20 Thread Rama Kurapati
Thanks. In the WebdavServlet code it is looking only for "webdav" namespace. Do wee need to modify or it just works? Rama >From: "Remy Maucherat" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: Re: Multiple Namespaces >Date: Tue, 20 Feb 2001 18:15:42 -0800

Re: Default properties for file types

2001-02-20 Thread Remy Maucherat
> Hi all > > I would like to be able have a default property that applies to a > certain type of file. An example would be that there would be a > property which specifies the default transformation to apply to an XML file. > > I was wondering whether i could do this with the new default properti

Re: Multiple Namespaces

2001-02-20 Thread Remy Maucherat
> I wonder how could we set up multiple name spaces in slide. I mean, to store > collection A in directory A and Collection B in Directory B and probably > with different Service implementatations. > Ref http://jakarta.apache.org/slide/namespace.html#Stores You can put multiple namespace element

Default properties for file types

2001-02-20 Thread Jason Harrop
Hi all I would like to be able have a default property that applies to a certain type of file. An example would be that there would be a property which specifies the default transformation to apply to an XML file. I was wondering whether i could do this with the new default properties code.

Re: exception on propfind

2001-02-20 Thread Remy Maucherat
Quoting "Thomson, Judi R" <[EMAIL PROTECTED]>: > Hi, > I'm trying to set up slide so that I can add some data stores and > indexing to > it. Right now I'm at the 'try to understand what is already there' > stage. I > have tomcat 3.2.1 and slide (milestone 7) running under solaris. I can >

Multiple Namespaces

2001-02-20 Thread Kurapati, Rama
I wonder how could we set up multiple name spaces in slide. I mean, to store collection A in directory A and Collection B in Directory B and probably with different Service implementatations. Ref http://jakarta.apache.org/slide/namespace.html#Stores Rama

exception on propfind

2001-02-20 Thread Thomson, Judi R
Hi, I'm trying to set up slide so that I can add some data stores and indexing to it. Right now I'm at the 'try to understand what is already there' stage. I have tomcat 3.2.1 and slide (milestone 7) running under solaris. I can use the slide servlet to put files and to retrieve them and