Loading from http://slideslide?

2005-01-14 Thread Carl Seleborg
Hello, people! After having worked on it for a whole day, I now have to ask someone from the list. I'm very new to Tomcat and Slide, so pardon my potentially silly questions. The message is long, because I tried to include as much detail as I could, version information is included at the end.

Re: Problems with special character +

2005-01-14 Thread Julian Reschke
James Mason wrote: '+' is considered to be a space character when it appears in a URL. You should be able to escape it by using %2B in your PUT request. That's incorrect. + only has a special role inside *query parameters*. Check RFC2396. Best regards, Julian -- green/bytes GmbH --

Re: [litmus] Litmus propget problem

2005-01-14 Thread Julian Reschke
James Mason wrote: It looks like Slide's current logic goes something like this: Get the name of the first child of the propfind element. if (the name is propname) return a list of property names else if (the name is prop or allprop) return properties else throw an exception It should be easy

Re: problem configuring simple example JAAS Authentication

2005-01-14 Thread Paul Hussein
Thanks for the excellent reply. I am struggling to understand the code and the philosophy behind the code so that I may use slide effectively, and integrate it into Liferay Portal. I understand the first paragraph, and tnaks for explaining the Role Authorisation philosophy especially the part

RE: Slide search performance issues

2005-01-14 Thread Pontus Strand
A quick follow-up, when working with large number of files the number of hits when doing a search could be large. As I understand it, it is possible to limit the number of responses by using the DAV:limit XML element from the DASL specification. However, the specification also states that the

Build of Slide using ant

2005-01-14 Thread Scott Carr
I ran the build for Slide on WinXP using ant 1.6. The build ended with Build Successful, but there was no slide.war in the webapp folder. The path was C:\Downloads\jakarta\jakarta-slide-server-src-2.1\. I can see the jars in the dist folder, just nothing is in the webapp folder. Is there

Re: Build of Slide using ant

2005-01-14 Thread Scott Carr
I tried that, it didn't result in any files in webapp either. I still didn't see any build errors. Evan Kracoff wrote: You need to do a webapp build, type: Ant webapp-dist -Original Message- From: Scott Carr [mailto:[EMAIL PROTECTED] Sent: Friday, January 14, 2005 2:32 PM To:

Re: Build of Slide using ant

2005-01-14 Thread Scott Carr
Ok, scratch that. I must have mispelled it the first time I tried this. I am in the process of creating a Gentoo EBuild for Slide. Scott Carr wrote: I tried that, it didn't result in any files in webapp either. I still didn't see any build errors. Evan Kracoff wrote: You need to do a webapp

Re: 500 - Internal Server Error on accessing slide resource

2005-01-14 Thread James Mason
Is there another stack trace in the log before that? Maybe on stderr? -James On Fri, 2005-01-14 at 17:00 -0600, Scott Carr wrote: I am getting the following error now: javax.servlet.ServletException: java.lang.NullPointerException

Re: Loading from http://slideslide?

2005-01-14 Thread James Mason
Do you need to be using Slide 1? There's a larger community for Slide 2.x, so it will be easier to get help if you can upgrade. If you can't upgrade, hopefully there's someone around here who's familiar with Slide 1 :). -James On Fri, 2005-01-14 at 09:30 +0100, Carl Seleborg wrote: Hello,

Re: 500 - Internal Server Error on accessing slide resource

2005-01-14 Thread Scott Carr
Yes, there was. Thanks. It is giving me a PathException error. Where does files, users, etc paths need to be created? James Mason wrote: Is there another stack trace in the log before that? Maybe on stderr? -James On Fri, 2005-01-14 at 17:00 -0600, Scott Carr wrote: I am getting the