How to turn on debug level logging ?

2002-03-08 Thread Unico Hommes
Tried it in the definition section of Domain.xml with the following setting : logger classname=org.apache.slide.util.logger.SimpleLogger logger-level=7 / but it didn't work. I am interested in the debug messages of stores. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Delta-V and Slide 2.0

2002-03-08 Thread Mikael Söderman
Hi! As I understand, the next version of Slide (2.0) will have support for Delta-V. Is that correct? What is the timeframe for the 2.0 release? Best regards Mikael Söderman -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Read timing out when trying to upload a file

2002-03-08 Thread Pill, Juergen
Hello Eric, Please try to set the content length similar to: method.setHeader(Content-Length, +input.length); We encountered a similar problem in our test suite and this setting solved it. Best regards, Juergen -Original Message- From: Eric Hodges [mailto:[EMAIL PROTECTED]] Sent:

Re: Problem with Slide command line client

2002-03-08 Thread Elodie Tasia
Thanx, now I can run it ! But many methods don't work. For example : [LOCALHOST] /slide/ $ mkcol test2 Making '/slide/test2' collection: failed. Bad Request (400) I tried with many differnts directories or calls, but I get every time a Bad Request. Why ? And I've got an other sort of error :

Re: Problem with Slide command line client

2002-03-08 Thread Elodie Tasia
I'm using Slide 1.0.16. In fact, my real problem is that I get bad request error when I try tu use any method of the Slide client API. So I wanted to try with the command line client, but the problem is the same... Maybe I missed something in the configuration of Tomcat and/or Slide, but I can't

Using IBM DB2 database for content storage

2002-03-08 Thread Cam-Ha Nguyen
Hi, Is there anyone using Slide with IBM DB2 data base? If yes, could you help me: What do I need to do and how to configure it in Domain.xml. Thanks Cam-Ha __ * This email and any files transmitted with it are CONFIDENTIAL

Tomcat 4 with Slide

2002-03-08 Thread Elodie Tasia
Hi, I'm using Tomcat 4 with Slide. I remarked that, when I test the slide command line client, the server points to SLIDE_HOME\client\ directory. Is that normal ? Can I change it ? And I've another question : it is the same thing that lanching Tomcat, with slide.war in webapps directory, and

RE: Tomcat 4 with Slide

2002-03-08 Thread Unico Hommes
Trying a clean install could be sensible idea. The binary distribution of Slide ships with a tomcat4 distribution that is configured in a specific way to integrate with Slide. This means that there is more to it than just the WebDav Servlet. If you run the startup batch without making any

RE: Read timing out when trying to upload a file

2002-03-08 Thread Eric Hodges
I modified putMethod() to set that header, but the results are the same. Anyone else? -Original Message- From: Pill, Juergen [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 5:25 AM To: 'Slide Users Mailing List' Subject: RE: Read timing out when trying to upload a file

`

2002-03-08 Thread Didier Berguerand
Hi, I'm using: Slide 1.0.16 Tomcat 4.0.1 I have just finished the testsuite of Slide and have some comments and questions: Some tests fail because Slide authorise the deletion of some protected property (ContentLanguage, ContentType, DisplayName, ResourceType, Source or SupportedLock). I did

Problem with using HTTPS in org.apache.commons.httpclient.HttpClient

2002-03-08 Thread GARTRELL,MIKE (HP-Corvallis,ex1)
I'm unable to establish HTTPS connections using HttpClient. I'm using the the following code to establish HTTPS connections using the org.apache.webdav.lib.WebdavResource class: if (enableHttps) { String escapedUrl = URIUtil.escape(https,