Re: plx help for oracle sotre!!

2004-07-15 Thread Slide Tao
hi, I have solved the problem, anyway thx a lot. the problem is I installed old version of slide, which has a old dbcp too. when I copy new jar of slide2M1, the old dbcp still exist, so when I delete the dbcp from lib folder, the problem is solved. thx for your help. From: Davide Savazzi

Re: how to use response to send outputstream back to client

2004-07-15 Thread Slide Tao
as I know, the webdave is an extension of http, right? so I wonder why cannot I just use webdav client api instead http to download and upload file from slide? From: James Mason [EMAIL PROTECTED] Reply-To: Slide Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: how to use

Re: webdav in Jsp??

2004-07-14 Thread Slide Tao
hi, thx for your reply fisrt. the architecture you said is what I want, but I wonder how to do that. for example, I want to use the getMethod from WebdavResource class to download file in slide. but if I write the getMethod in jsp page, actually ,the jsp page runs in jsp container(server

webdav in Jsp??

2004-07-13 Thread Slide Tao
hi, I have tried to use the webdav client api to write client application. now I want to use the webdav client api in jsp. However, as I know, the jsp page works in server side, it means if I use the putmethod of webdavsource class to download a file, the file would only downlaod to some place

use webdavsource class in jsp

2004-07-11 Thread Slide Tao
hi, I have tried to use the webdav client api to write client application. now I want to use the webdav client api in jsp. However, as I know, the jsp page works in server side, it means if I use the putmethod of webdavsource class to download a file, the file would only downlaod to some place

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.

oracle db_schema??

2004-06-07 Thread Slide Tao
hi, I want to use slide with oracle, but there is no db schema for oracle, who could provide the schema for me? thank you very much. bset luck _ Tired of spam? Get advanced junk mail protection with MSN 8.

webdav servlet exception?

2004-05-26 Thread Slide Tao
hi, I try to use getMethod.setRequestHeader(Range,bytes=XXX-XXX) to download some part of a file from slide. So far I did can download the part of file, but faced the following exception: 10:22:12,814 ERROR [Engine] StandardWrapperValve[webdav]: Servlet.service() for servlet webdav threw

slide concurrency question???

2004-05-24 Thread Slide Tao
hi, The slide authentication strategy need client pass the username and password directly to server for very process. I want to write a program to manager the authentication outside the slide. My idea is that I manage the user creation and deletion in a database, control the privillage of

Re: Big file download problem.

2004-05-20 Thread Slide Tao
hi, sorry to email you again. I follow your code and test, but got IllegalArgumentException. the error is following: java.lang.IllegalArgumentException: Invalid uri 'http://localhost:8080/slide/files/test.test': escaped absolute path not validdownload start I think it may be the URL problem.

Re: Big file download problem.

2004-05-14 Thread Slide Tao
hi, thanks for you email. do you mean I can use the setRequestHeader as setRequestProperty in java.net.HttpURLConnection? Could you give me an example for how to use the method? thanks a lot. From: Ingo Brunberg [EMAIL PROTECTED] Reply-To: Slide Users Mailing List [EMAIL PROTECTED] To:

Big file download problem.

2004-05-13 Thread Slide Tao
hi, it is a common idea, if a file is very big, we may hope the flie in slide can be downloaded off and on. As I know, the WebDAV is an extension of HTTP. The java.net.HttpURLConnection class provides setRequestProperty method. And then I can use the method to download the file off and on

JDBC: SQL Server Connection reset error

2004-05-08 Thread Slide Tao
hi, I am trying to use JDBCStore with SQL Server2000. I use the slide 2rc1, and follow the SQLServerSchema(in db_schema folder) to create the tables. I download the JDBC driver from Microsoft website. the Domain.xml file is written as following. When I setup the slide, it appears

Slide with JBoss

2004-04-19 Thread Slide Tao
hi, first, thx for any help before. I have successfully use Slide with Tomcat. So far, I want to use Jboss+Tomcat with slide. I put all slide server jar and JDBC driver into $Jboss/lib, and slide.war into $JBoss/default/deploy. After I start the JBoss, and open a IE to connect

RE: Slide with JBoss

2004-04-19 Thread Slide Tao
(PoolTcpEndpoint.java:565) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619) at java.lang.Thread.run(Thread.java:534) From: Slide Tao [EMAIL PROTECTED] Reply-To: Slide Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Slide

how do I start to use Slide API

2004-04-07 Thread Slide Tao
hi, first, thanks for all friends who had helped me before. So far I have set up Slide2 using JDBCstore to store metadata and filesystem to store files. Now I want to use Slide API to create my own code to manage the Slide Server. How can I? I have read some examples providing by Slide1.0.16.

Re: Compile source code

2004-04-05 Thread Slide Tao
thx for your reply, however, I cannot get the slide.war in dis/webapps folder after I built -_-#! From: Martin Holz [EMAIL PROTECTED] Reply-To: Slide Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Compile source code Date: 05 Apr 2004 09:02:18 +0200 Nothing to worry

RE: JDBC Driver loading

2004-04-05 Thread Slide Tao
yes, I also face the same problem. From: Wu sunflower [EMAIL PROTECTED] Reply-To: Slide Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: JDBC Driver loading Date: Mon, 05 Apr 2004 08:19:31 + hi, all friends, I want to use JDBC store in Slide2 with Tomcat5.0, I set the

Re: JDBC Driver loading

2004-04-05 Thread Slide Tao
where is the JDBC.jar. I have put the mysql-connector-java-3.0.11-stable-bin.jar in the Web-inf/lib and $Tomcat/common/lib, and I successfully wrote a java class to load the com.mysql.jdbc.Driver directly. But so far, I still cannot load the com.mysql.jdbc.Driver, when I startup the slide2.

RE: Compile source code

2004-04-04 Thread Slide Tao
[jar] Building jar: E:\Jakarta\jakarta-slide\dist\slide\lib\slide-log4jlogger-2.0b1.jar From: Slide Tao [EMAIL PROTECTED] Reply-To: Slide Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Compile source code Date: Mon, 05 Apr 2004 02:44:47 + hi, all I downloaded

how to define store

2004-04-01 Thread Slide Tao
hi all, I am a new Slide user. I want to set up my own domain.xml file. But I cannot find the detailed description of Domain configuration. I don't know how to define the store and its corresponding class. who can help me. Thank you so much Tao