Re: Question on ContentInterceptor

2002-01-30 Thread Jean-Philippe Courson
> Hi all, > Is it possible to tell using ContentInterceptor > when nodes are deleted? I'm trying to do some special > processing whenever collections with a particular MIME > type are created or their immediate children are added > or deleted. I've subclassed ContentInterceptor and > used it

RE: Question on ContentInterceptor

2002-01-30 Thread Unico Hommes
Hi, Since changes are being made to that code could we have some of ContentInterceptor's methods throw Exceptions ? I am thinking of ContentInterceptor::preStoreContent() as an example, implementations may want to check the content before approving of storing it. For instance in my case I wan

serving jsp pages from slide repository

2002-01-30 Thread Torgeir Veimo
This is probably a faq. I'm trying to server jsp pages from a webdav repository. All files with the *.jsp url are catched by JspServlet, but it seems that jspServlet only looks for the jsp as a file under the web applications directory. Isn't the JspServlet supposed to follow the rules specifi

Domain.xml file

2002-01-30 Thread Peter Wiley-Cordone
I have been trying to setup slide on my existing Apache Tomcat 4.0 installation. I followed instructions in the FAQ copying the jar and war files. I can access the slide doc url by http://localhost:8080/slide-doc, and I can get my windows file manager to access the web dave interface, but when I

Domain.xml file

2002-01-30 Thread Peter Wiley-Cordone
If anyone can talk me through how slide initializes with the slide.properties, slide.xml, slide.conf, slide.dat, slide.def (there seems to be an awfull lot of initialization files) and where these files need to be, I would be more than happy to add to the FAQ to help people out with installation.

Re: Domain.xml file

2002-01-30 Thread Christopher Lenz
30.01.2002 14:44:32, Peter Wiley-Cordone <[EMAIL PROTECTED]> wrote: >I have been trying to setup slide on my existing Apache Tomcat 4.0 >installation. I followed instructions in the FAQ copying the jar and war >files. I can access the slide doc url by http://localhost:8080/slide-doc, >and I can

RE: Domain.xml file

2002-01-30 Thread Peter Wiley-Cordone
That worked! THanks Chris. So you can't have spaces in the path name. I will need to report it as a bug, or get my slide dev environment working so I can fix it. If anyone still knows the sequence of events that take place, that would be great. I would like to write it up in a FAQ entry. Pet

RE: Domain.xml file

2002-01-30 Thread Peter Wiley-Cordone
YOu can also use short names in the path. For instance: org.apache.slide.domain=C:\\Program Files\\Apache Tomcat 4.0\\common\\lib\\Domain.xml becomes org.apache.slide.domain=C:\\PROGRA~1\\APACHE~1.0\\common\\lib\\Domain.xml Pete -Original Message- From: Peter Wiley-Cordone [mailto:[E

Configuration of extension classes in Slide e.g.UserQuota..Interceptor, etc

2002-01-30 Thread Akil
Is there a mechanism to configure Slide Extension classes? e.g. Consider the following scenario: John create a new class that implements the ContentInterceptor interface. John wants to make this class configurable at Run-Time. John adds this class as one of the content interceptors in the Slide

Re: Configuration of extension classes in Slide e.g. UserQuota..Interceptor, etc

2002-01-30 Thread Jean-Philippe Courson
Yes it is. Would be cleaner to have the possibility of adding parameters in that way : PARAMETER_VALUE ... The NamespaceConfig would only have to retrieve parameters associeted to a given contentInterceptor and give them to the contentInterceptor instance. I can do it, but not now :-(

Re: Configuration of extension classes in Slide e.g.UserQuota..Interceptor, etc

2002-01-30 Thread Akil
JP, As it is, I am creating my own local version of Slide with your previous changes. I might add this change too to my local version if I can, if not I will hack it with extra config files and hard-coded relative paths for now. Thanks. Akil - Original Message - From: "Jean-Philippe Cou

ObjectNode::getChildren() not returning more than 100 objects

2002-01-30 Thread Unico Hommes
Hi, It seems when the children of an ObjectNode enumerated with ObjectNode::getChildren(), 100 is the limit ! I got well over that but they get lost. Is there an option that can be configured to tweak this number ? Thanks, Unico -- To unsubscribe, e-mail: For addi

Re: serving jsp pages from slide repository

2002-01-30 Thread Remy Maucherat
> This is probably a faq. > > I'm trying to server jsp pages from a webdav repository. All files with > the *.jsp url are catched by JspServlet, but it seems that jspServlet > only looks for the jsp as a file under the web applications directory. > > Isn't the JspServlet supposed to follow the rul

problem

2002-01-30 Thread Anshul Shrivastava
hi, now the problem i am facing is that where i should place my servlets . pls help me in this regard. thanx, anshul shrivastava -- To unsubscribe, e-mail: For additional commands, e-mail: