Re: Versioning Support in Slide

2004-01-30 Thread Julian Reschke
Ritu Kedia wrote: The Slide 2.0 Changelog says Preliminary support for Delta V in the client. What does this entail? More specifically is Put under version Control, Check Out, Check In of resources supported? Secondly, I have a generic WebDAV question regarding locking. From the Delta V specs it

RE: TXFileStore and local filesystem

2004-01-30 Thread Jacob Lund
Ok! Let me see if I can explain myself - I am not an expert on this so please correct me if I am wrong! An UTF-8 representation of one character consists of at combination of characters. Now JAVA is a Unicode language and this means that one character can represent any type of character in the

Re: TXFileStore and local filesystem

2004-01-30 Thread Julian Reschke
Jacob Lund wrote: Ok! Let me see if I can explain myself - I am not an expert on this so please correct me if I am wrong! An UTF-8 representation of one character consists of at combination of characters. Now JAVA is a Unicode language and this means that one character ...of bytes. can represent

Re: Connecting to Slide using DAV Explorer

2004-01-30 Thread Ingo Brunberg
http://www.sharemation.com/your_user_name Also have you tried connecting to sharemation account through DAV Explorer? If yes, could you please give me the connection URL? Regards, Ritu - To unsubscribe, e-mail: [EMAIL

Re: Versioning Support in Slide

2004-01-30 Thread Ingo Brunberg
The Slide 2.0 Changelog says Preliminary support for Delta V in the client. What does this entail? More specifically is Put under version Control, Check Out, Check In of resources supported? Yes. Secondly, I have a generic WebDAV question regarding locking. From the Delta V specs it

RE: Open Document with system call

2004-01-30 Thread Andrew Morovati
I've had problems opening PDFs from IE before. One thing you may want to try is using the embed tag from an html page. Example: OBJECT CLASSID=clsid:CA8A9780-280D-11CF-A24D-44455354 STYLE=height:100%; width: 100% PARAM NAME=src VALUE=url to pdf file /OBJECT Might work better. -Andrew

Slide API and frustrations. A newbie question.

2004-01-30 Thread Richard Horvath
Hi guys, I am really hoping you can help me here. This is my first attempt at using slide and I have found it a constant uphill battle. I am trying to write a small client that just does some basic tasks using the slide API. I just can't seem to get anything to work. The server is running and it

RE: Connecting to Slide using DAV Explorer

2004-01-30 Thread Ritu Kedia
I had tried this URL. But it failed with HTTP Error or Server Timeout, please retry the last operation. Though this URL works fine through the browser. I am using version 0.90 of DAV Explorer. Looks like a bug in that. Thanks, Ritu -Original Message- From: Ingo Brunberg [mailto:[EMAIL

RE: Apache Authentication in a webdav application under tomcat

2004-01-30 Thread Ajay K. Mallik
Hi Muhammed, Did the slide servlet ever work for you when the request was coming through webserver to the appserver containing the slide webapp? I am getting bad request during 'PROPFIND' request in the above scenario. If I access the slide servlet directly (no webserver in front of appserver),

PROPFIND request through WebServer

2004-01-30 Thread Ajay K. Mallik
Hi All, Need your help in the following scenario: All the requests the slide servlet are coming through Apache Webserver. When I try to access the folders using 'web folder', it gives 500 error during PROPFIND.If I access the slide servlet directly (no webserver in front of appserver), it

RE: Connecting to Slide using DAV Explorer

2004-01-30 Thread Ritu Kedia
Thanks Martin! The problem was with the web.xml... I created a tomcat project using eclipse and as specified in the Getting-Started With Eclipse Slide Document, I copied the web.xml from Slide Projects src directory to the web-inf directory of the new Tomcat Project created by Eclipse. However