Hi Elodie, RFC 2068 is http. The response you are getting was not generated by the WebdavServlet. I'm guessing it wasn't installed properly. Try the following :
- unpack the binary distribution anew somewhere, lets say at c:/ - edit c:/jakarta-slide-1.0.16/server/conf/slide/slide.data : find objectnode element with uri attribute value '/users/root' follow the instructions to uncomment the password property. - change directory to c:/jakarta-slide-1.0.16/server/bin - type 'catalina run' or 'startup' - Open a browser window go to http://localhost:8081 or point the slide client to that location. If you want to integrate slide into tomcat yourself follow the instructions at : http://jakarta.apache.org/slide/howto-tomcat.html Or, if you just want to have slide run in webapp mode drop slide.war in the webapps directory of your tomcat distribution. U. -----Oorspronkelijk bericht----- Van: Elodie Tasia [mailto:[EMAIL PROTECTED]] Verzonden: Tuesday, April 02, 2002 2:00 PM Aan: Slide Users Mailing List Onderwerp: Re: Tomcat 4 with Slide <I think I missed something : what you call CATALINA_HOME is where you put Tomcat or Slide ? Because these files (slide.xml, slide.conf...) are in the /conf directory of Slide and not Tomcat... Maybe must I put them in Tomcat's directory but I didn't read that in any doc...> >The server subdirectory contains the slide-integrated tomcat. That was the directory I was refering to. Ok, I changed my CATALINA_HOME environment variable. But I've got new troubles : when I call a simple propfind on localhost/slide, I get that : PROPFIND /slide HTTP/1.1 Content-Length: 91 Content-Type: text/xml; charset=utf-8 Host: localhost:8080 Depth: 1 User-Agent: Jakarta HTTP Client/1.0 HTTP/1.1 501 Method PROPFIND is not defined in RFC 2068 and is not supported by the Servlet API Content-Type: text/html Date: Tue, 02 Apr 2002 11:47:47 GMT Server: Apache Tomcat/4.0.1 (HTTP/1.1 Connector) And I understand why : the namespace 'slide' is the default namespace, isn't it ? And I don't understand what is the filespath '/files' : where is it "physically" ? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
