WebDAV Client libs

2001-03-19 Thread Dan Diephouse
a:479) 19 Mar 2001 11:24:28 - INFO - MOVE (time: 244 ms) URI = /files/temp/turbine/BL117-24.jpg Response: HTTP/1.1 207 Multi-Status End session Closing connection So my question is, does anyone know why am I getting logged on as a guest, when I specifiy root when I create the WebdavClient object? Thanks, Dan Diephouse

Re: WebDAV Client libs

2001-03-19 Thread Dan Diephouse
r the only authentication method possible? Does this make any sense to you??? I haven't really looked at the code yet for the server end of slide, so I am very uniformed... Dan Diephouse Remy Maucherat wrote: > HTTP authentication is passive. Unless you enable it on the server by > uncomment

mysql questions

2001-03-22 Thread Dan Diephouse
g slide from populating it Thanks, Dan Diephouse 22 Mar 2001 13:57:04 - INFO - Initializing Domain 22 Mar 2001 13:57:04 - INFO - Domain configuration : {org.apache.slide.security=true} 22 Mar 2001 13:57:04 - INFO - Initializing namespace : webdav 22 Mar 2001 13:57:04 - INFO - Loading namespace

Re: mysql questions

2001-03-23 Thread Dan Diephouse
t;org.apache.slide.ActionNode") etc, until I have a working set of actions and users so I use slide Thanks, Dan Diephouse Remy Maucherat wrote: > Quoting Jason Harrop <[EMAIL PROTECTED]>: > > > Dan, it works for us using 3.23.28-gamma, though we build the database > >

Re: Performance Problem

2001-03-24 Thread Dan Diephouse
- INFO - PROPFIND (time: 163203 ms) URI = /files/archives This is what happens when 1000 files are in a folder in IE :) Dan Diephouse Remy Maucherat wrote: > Quoting "Kurapati, Rama" <[EMAIL PROTECTED]>: > > > Hi: > > > > I have a Folder TEST with 50

Tomcat/Slide problems again

2001-05-23 Thread Dan Diephouse
). Anyone have any idea what might be wrong? I know this isn't a helpline mailing list, but I don't know where to go with this? Should I contact the contact tomcat mailing list? Thanks, Dan Diephouse 2001-05-23 09:47:59 - ContextManager: Adding DEFAULT:/slide 23 May 2001 09:47:59 - I

Re: Tomcat/Slide problems again

2001-05-23 Thread Dan Diephouse
Dan Diephouse wrote: > I've had tomcat and slide working together for quite some time, but now > its causing problems again. I'm using Tomcat 3.3m2. I've got it > working in tomcat 4 beta 5, but I need to use it in tomcat 3 - which is > more production quality (spe

Re: My Network Places

2001-06-06 Thread Dan Diephouse
File->Open. Type in http://localhost:8080/slide (or whatever your actual servlet address is) and click "Open as Web Folder" (Its something along those lines). This should pull up the slide servlet and prompt for your username and password if you installed things correctly. Dan

Tomcat 4b6

2001-06-07 Thread Dan Diephouse
deal. But I thought I'd ask if this looked familiar to anyone. I'm especially confused about the missing web.xml error. The file is there, plain as day. Regards, Dan Diephouse 2001-06-07 09:28:17 StandardHost[localhost]: Installing web application at context path /slide from URL

Re: Tomcat 4b6

2001-06-07 Thread Dan Diephouse
You can disregard this message, the problems I'm having have to do with jar conflicts. There's no end to them! Thanks, Dan Diephouse > I have a production site with tomcat 3.3m3 which slide works fine on, > but after downloading the new Turbine TDK which includes Tomcat

Correct use of WebdavResource

2001-06-25 Thread Dan Diephouse
bject to do other things, such as a get/put method, and you don't need a propfind. Or should the listWebdavResources() method check and see if it already has the properties in memory? I suppose you could argue that these properties are out of date though... Thanks for your help! -- Dan

Put problems with nightly releases

2001-07-02 Thread Dan Diephouse
t let the list know. -- Dan Diephouse <http://www.compassarts.org/>

Re: Turbine WebDAV service

2001-07-21 Thread Dan Diephouse
Jason van Zyl wrote: > On 7/20/01 5:30 PM, "Dan Diephouse" <[EMAIL PROTECTED]> wrote: > > >>I have (attempted to) create a WebDAV service for Turbine. I would >>appreciate comments and suggestions as I am a novice coder, so please >>don't take

Turbine WebDAV service

2001-07-20 Thread Dan Diephouse
n WebdavService there are some methods to store FileItems and create new directories. This whole service is a lower abstraction of my collaboration mechanism that I'm working on (which is very app-specific, or I'd release it). I hope you all can make sense of this and find it useful. If i

WebdavResource upload wierdness

2001-08-15 Thread Dan Diephouse
ut it works fine with files less then 120kb (rough estimate)... Can anyone give me any insight into this Thanks, Dan Diephouse

Re: WebdavResource upload wierdness

2001-08-15 Thread Dan Diephouse
I always forget so many things in my e-mails when I'm frustrated :) The webdav server and client are version 1.0.12. The container with slide in it is tomcat 3.3. The client and server are running on FreeBSD. I'll try and come up with a test case if I can too! Thanks, Dan

Re: WebdavResource upload wierdness

2001-08-17 Thread Dan Diephouse
utMethod(WebdavResource.java:2319) at Test.main(Test.java:15) Seems wierd to me. I would investigate the httpclient source code, but its not tagged or anything in the cvs repository so I have no clue which version I'm using! It would be great if someone could provide some insight on how I should do that. Thanks, Dan Diephouse

Re: WebdavResource upload wierdness

2001-08-17 Thread Dan Diephouse
Well, turns out my test program is flawed. Sorry for wasting your time! I wasn't using the put method correctly. Which was the problem in both problems. Thanks for your patience and teaching me to use test cases. :) Dan Diephouse

Multiple webapp confusion....

2001-08-28 Thread Dan Diephouse
28 Aug 2001 15:15:16 - org.apache.slide.common.Domain - INFO - GET (time: 1041 ms) URI = /files/servlet/webdav Is there some webapp directive I can do to prevent this, or do I need to hack WebdavServlet? I can do that easily enough, just want to make sure there isn't a "blessed" way to fix this :) Thanks, Dan Diephouse

Re: Multiple webapp confusion....

2001-08-29 Thread Dan Diephouse
Well, the answer was staring me in the face. I set the "default-servlet" parameter to false in my web.xml. Sorry for the noise :) Dan Dan Diephouse wrote: > I am trying to get my webappplication to be able to use slide under the > same context. I am using last night

Re: Slide Stores

2001-12-18 Thread Dan Diephouse
That is correct. With Mysql 3.23 and above (Or maybe it was version 3.22.23 and above, I don't remember) you need to use the JDBCDescriptorStore. Before that mysql was broken because transactions didn't work, so MySQLDescriptor store was developed. - Dan Diephouse Jean-Philip