Slide and multiple languange??

2004-04-20 Thread
hi, does the Slide support Chinese? if so how to? I have put a file onto the slide, when I use propfindmethod to display the file name, the file with Chinese name is shown as ???.txt. I think some one may also face such multiple language problem, but how to deal with it? Thanks for any help.

Re: Exception when launching Tomcat

2004-04-20 Thread Oliver Zeigermann
Jean-Baptiste Lièvremont wrote: It seems that it is a Tomcat-related problem, actually I think that it does not load the .jar files in the right order. What I am trying to do is use Slide with the built-in authentication. As I already had a Tomcat (5.0.19), I only downloaded the .tar.gz bundle

Re: Slide and multiple languange??

2004-04-20 Thread Jacob Lund
what version of slide are you using and what servlet engine are you using? I have slide 2RC1 working fine with utf-8 encoding on a tomcat 5. Here is what I did to make it work: In slide: Add a parameter url-encode-path in the tx content and descriptors store and set it to true. (in domain.xml) In

Re: Slide and multiple languange??

2004-04-20 Thread
thanks for your reply. I use slide 2RC1 with Jboss3.0.8+tomcat4.1.24. which seems tomcat's server.xml doesnot work when I start the Jboss+tomcat, I have found that org.apache.slide.urlEncoding=UTF-8 had been set in slide.properties file. I have follow your words as following: contentstore

Re: Slide and multiple languange??

2004-04-20 Thread
I thought the problem maybe lie in mySql, since if I use the same chinese name to download the file in Slide, it success although the file is shown as ???.txt. I check the file name in mySql, the file show the same as ???.txt. But I still don't know how can I solve the problem. From: Jacob

Put: Forbidden

2004-04-20 Thread Jean-Baptiste Lièvremont
Hi, I have a problem uploading files to my Slide server. I use the Slide command line WebDAV client to connect to my server (Slide 2.0rc1, Tomcat 5.0.19, JDK 1.4.2_03). I authenticate myself as root, 'cd' to files. Until then it is alright, actually I am able to browse the directory

Using Slide as windows filesystem gateway

2004-04-20 Thread pfoorion
Is there any way to have slide use a file system store that is simply a shared directory on a windows machine? Basically something similar to Davenport (http://davenport.sourceforge.net/) that uses the file system's ACLs and allows the target store to also be a shared windows directory. I am

Re: Error when doing store committing

2004-04-20 Thread Peder Nordvaller
That would make sense, but I'm never getting a read-lock (at least not explicitly, is it done implicitly by the structure or content-helper when doing a retrieve?) that I could release? I'm getting the same error when doing a macro.move() (recursive overwrite) on a node but it happens only when

Re: Slide and multiple languange??

2004-04-20 Thread
thx for your email. then do you know how to solve the problem in mySQL? From: Jacob Lund [EMAIL PROTECTED] Reply-To: Slide Users Mailing List [EMAIL PROTECTED] To: Slide Users Mailing List [EMAIL PROTECTED] Subject: Re: Slide and multiple languange?? Date: Tue, 20 Apr 2004 13:03:11 +0200 MySql

SQL Error with MySqlRDBMSAdapter

2004-04-20 Thread Andrew Badstubner
I am trying to configure Slide to use MySql as the backend, as described in the docs on the web site. The problem is that MySql doesn't seem to like the SQL that it is being fed. I have built slide from source using the 2.0 RC1 tag, and created the tables using the provided db scripts (thanks!!).