Re: Can't run WCK example application

2004-11-09 Thread Oliver Zeigermann
OK, I really took the time, created a store that simply extends the reference store and tried it and it worked. Only thing in Domain.xml I have changed is the namespace as I had problems with yours and the name of the call back store. I will attach both the Domain.xml and the class. Oliver On Tu

Re: Can't run WCK example application

2004-11-09 Thread Brian Lee
It works great if I leave it as WebdavFileStore. Oliver Zeigermann wrote: This behavior is almost for sure completely unrelated to the change you displayed above. Try reverting it and see if the behavior changes. If not look for other changes you have made - even if you feel they could not have

Re: Can't run WCK example application

2004-11-09 Thread Oliver Zeigermann
This behavior is almost for sure completely unrelated to the change you displayed above. Try reverting it and see if the behavior changes. If not look for other changes you have made - even if you feel they could not have caused this behavior. If it indeed does change the behavior please send in th

Re: Can't run WCK example application

2004-11-09 Thread Brian Lee
I tried extending it and I still get the same result: "INFO: Server startup in 21270 ms http-8080-Processor25, 09-Nov-2004 12:41:42, root, OPTIONS, 200 "OK", 551 ms, / http-8080-Processor24, 09-Nov-2004 12:41:43, root, PROPFIND, 404 "Not Found", 227 ms, /" Oliver Zeigermann wrote: This looks lik

Re: Can't run WCK example application

2004-11-09 Thread Oliver Zeigermann
This looks like you have configured your custom store correctly. I do not quite understand what your problem is, what do you mean with "it can't even find the root directory"? To see if this would work why not start with class MyStore extends WebdavFileStore { } and successively overloading the

Re: Can't run WCK example application

2004-11-09 Thread Brian Lee
I could be wrong but it sounds like you're missing some jars from your lib directory in WEB-INF I have a problem too with WCK As a quick test I simply took WebdavFileStore's source and copied it into a com.test.mystores.TestStore class. I then changed domain.xml from: org.apach

Re: Can't run WCK example application

2004-11-09 Thread Roman D
I want to serve database and custom objects. Using tomcat web application. For that I want to have working reference implementation that serve the filesystem. And then rewrite file access methods to access the database instead. I thought that WCK is supposed to be the easiest way to achieve such

Re: Can't run WCK example application

2004-11-09 Thread Daniel Florey
I don't understand what you are planning to do: 1. Install and use a ready-to-run WebDAV-server If this is the case, simply donwload Slide and start it 2. You already have a propriatary content repository that you want to access via WebDAV This is what WCK is for. So this is for sure is not as t

Re: Can't run WCK example application

2004-11-09 Thread Roman D
I thought I am asking pretty specific questions. I just need to create servlet that will serve Webdav requests. - Do I have to use org.apache.slide.webdav.WebdavServlet with Domain.xml to make it use WCK? It looks like Slide and WCK is bit too academic, can someone with no experience in Slide an

Re: Can't run WCK example application

2004-11-09 Thread Oliver Zeigermann
Hi Roman, sorry that you had no success :( The most reliable way to make it run is to check out the full Slide head from CVS, then switch to the wck directory and call ant. When you want to adjust Tomcat for WCK and install it there you will have to call ant deploy Please refer to http://jaka

Can't run WCK example application

2004-11-09 Thread Roman D
Hi, I am trying to run example WCK servlet for 3 days with no luck. As far as I can understand from http://wiki.apache.org/jakarta-slide/WebDavConstructionKit WCK has *org.apache.slide.simple.reference.WebdavFileStore* which is not a servlet. It supposed to be used through Slide. Domain.xml confi