Setting properties in a non-DAV namespace

2004-06-17 Thread Robert Leftwich
I'm using the latest M1 release and I want to set a property in a non-DAV namespace, but Slide returns a 400 error. The test code is : boolean retVal = myWebDavResource .proppatchMethod(/slide/files/testPropertyFind, new PropertyName(http://example.com;,

Securityproblem with versioncontrolled Resources?

2004-06-17 Thread Marc Sommer
I think, that I'm getting in trouble with versioncontrolled Resources: AFAIK every user needs read and write access to /history isn't it? If I deny for example Read Permission to a versioncontrolled Resource with ACL the Principal is still able to access the versions of that Resource in

'Publishing' concept

2004-06-17 Thread Luanne Coutinho
Hi, I'm using Slide WebDAV to implement a content management system. The basic process is used- users work on a file (checking it in and out and maintaining versions), an admin approves, and then it is published for general viewing. Is there a parallel concept in Slide? Is there a way to prevent

Slide bundle does not run under Windows 2003 Server

2004-06-17 Thread Paul Hussein
The slide prepackages binary : jakarta-slide-2.1M1-tomcat-5.0.19.zip gives this error when starting under 2003 Server C:\Program Files\jakarta-slide-2.1M1-tomcat-5.0.19bin\catalina.bat run Using CATALINA_BASE: . Using CATALINA_HOME: . Using CATALINA_TMPDIR: .\temp Using JAVA_HOME:

Re: Setting properties in a non-DAV namespace

2004-06-17 Thread Robert Leftwich
I wrote: I'm using the latest M1 release and I want to set a property in a non-DAV namespace, but Slide returns a 400 error. The test code is : boolean retVal = myWebDavResource .proppatchMethod(/slide/files/testPropertyFind, new PropertyName(http://example.com;,

putMethod cannot create a JSP

2004-06-17 Thread Luanne Coutinho
Hello, I am trying to use the putMethod to create a JSP file with content test (Filename: jsptest.jsp) I get an Apache 404 error. The same code works perfectly for creating a test.html or a test.xml Why can't I create a jsp the same way? Thanks Luanne

Re: Slide bundle does not run under Windows 2003 Server

2004-06-17 Thread kranga
In your CATALINA_HOME directory, there should be a directory called slide which should have a Domain.xml file in it. If you cannot find it there, then extract the slide.properties file from within slide-kernel-2.0.jar (should be in server/lib) and change the domain location. - Original

Re: Slide bundle does not run under Windows 2003 Server

2004-06-17 Thread Oliver Zeigermann
As described in the docs you will have to change into the bin directory first and run catalina.bat there. Oliver Paul Hussein wrote: The slide prepackages binary : jakarta-slide-2.1M1-tomcat-5.0.19.zip gives this error when starting under 2003 Server C:\Program

Help adding users, access denied when logging in

2004-06-17 Thread Paul Hussein
I am using the tomcat 5.0 M1 Slide on an XP machine. I have followed as much as I can the instruction about adding a user in slide. 1. Create collection under /users with name of user 2. Add a field called password in properties of collection set to the password required. Then when I try to

RE: putMethod cannot create a JSP

2004-06-17 Thread Fallin, Jonathan A.
Apache doesn't serve .jsp files in the same was as .html or .xml files. JSP files have to be compiled first, usually by a Java Servlet Container like Tomcat, and are served from there. (i.e. Not the Apache Doc Root folder) **You could configure Apache to serve .jsp files from its Doc Root just

RE: putMethod cannot create a JSP

2004-06-17 Thread Jean-François Ménard
I have the same problem, and I'm not behind Apache. I can't upload JSP files. Le jeu 17/06/2004 à 10:14, Fallin, Jonathan A. a écrit : Apache doesn't serve .jsp files in the same was as .html or .xml files. JSP files have to be compiled first, usually by a Java Servlet Container like Tomcat,

Re: How can I determine what version has a given label

2004-06-17 Thread kranga
Ingo, Were you able to run the code? I get a class cast exception when trying to cast it to ResponseEntity. When I print .getClass().toString() I see that all the elements are java.lang.String. This is consistent with what I see in the source code...After all the reportMethod(URL, vector)

Re: Help adding users, access denied when logging in

2004-06-17 Thread kranga
Make sure the namespace of the password is set to http://jakarta.apache.org/slide. Look at some similar posting related to creating a new user... - Original Message - From: Paul Hussein [EMAIL PROTECTED] To: Slide Mailing List [EMAIL PROTECTED] Sent: Thursday, June 17, 2004 9:17 AM

Re: 'Publishing' concept

2004-06-17 Thread kranga
There isn't any notion of publishing within the WebDAV protocol. That said, a simple approach (that I in fact plan to use on my project) is to label the version to be published with a special tag, say - PUBLISH. You could have a daemon process that runs in the background and periodically checks

Helpful technique for debugging

2004-06-17 Thread kranga
Thought I'd pass along this helpful tip to debug your slide programs... Use a TCP Viewer to view the exact message exchange between your client and the server. Westbrooksoftware.com has a shareware program called TCP Viewer that is very easy to run. Just set its remote port to your slide

RE: Helpful technique for debugging

2004-06-17 Thread Warwick Burrows
Did you need to configure a proxy between TCP viewer and the client as it is suggested that you do for the HTTP protocol on the website? Thanks, Warwick --- Warwick Burrows E2open Senior Engineer 9600 Great

Re: Helpful technique for debugging

2004-06-17 Thread kranga
No I didn't have to setup any proxy between my client (a java program) and the website. - Original Message - From: Warwick Burrows [EMAIL PROTECTED] To: 'Slide Users Mailing List' [EMAIL PROTECTED] Sent: Thursday, June 17, 2004 3:09 PM Subject: RE: Helpful technique for debugging Did

RE: Slide testsuite in CVS HEAD

2004-06-17 Thread Warwick Burrows
Peter, Do you have any other advice suggestions on this problem? This is the output I get for testcase #109 of the functional test suite which is functional/multiplestores/code/copy.xml: [tp] 109/210: functional/multiplestores/code/copy.xml BUILD FAILED

TAMINOWEBDAVSERVER_4_2_1 - XPrincipalHasPrivilegeReport.java

2004-06-17 Thread Jason Harrop
As per the instructions i yesterday did: cvs -q co -P -r TAMINOWEBDAVSERVER_4_2_1 jakarta-slide/proposals/tamino The build fails with: [javac] /home/jharrop/cvs/jakarta-slide-TAMINOWEBDAVSERVER_4_2_1/proposals/tamino

RE: where can I download version 2M1

2004-06-17 Thread Warwick Burrows
It is there with the other binary releases on the Jakarta release page at: http://jakarta.apache.org/site/binindex.cgi But it is under a different section heading (Milestone builds) toward the end of the page as it isn't a full release. Go to the very bottom of this downloads page then

Re: Helpful technique for debugging

2004-06-17 Thread Simone Gianni
Hi, to use the Axis tcpmon program : download Axis, atleast the axis.jar package is needed, the run : java -classpath axis.jar org.apache.axis.utils.tcpmon The program will start, it has a basic but pratical interface. Insert a local port (for example 8081), then set as remote host localhost or

what is live properties??

2004-06-17 Thread Slide Tao
hi, I read some FAQ letter, there are many people talk about the live properties, but I don't know what is it and how to use it. do someone could give me some information about it?? thanks _ Add photos to your e-mail with MSN 8.

RE: putMethod cannot create a JSP

2004-06-17 Thread Luanne Coutinho
I'm using the SLide-Tomcat bundle. But even then, I need to just create different kinds of files and store them. I'm not worried about them getting compiled or anything to get served. In fact, I need to be able to retrieve the source of the file and send it off to another application. Luanne ---