> Hi,
>
> I'm new to SLIDE so please forgive me if this question has been
> asked before.
> Here is what I have currently installed:
>
> jakarta-tomcat-3.2.1
> slide 1.0M6
>
> I've placed the slide.war file in the webapp directory of the
> tomcat web server.
>
> My first test is to run the " /slide/examples/example.sh xml ".
> This appears to run fine, however, why is the
> Test.java file source code missing ? It would be nice to get a copy of the
> Test.java file so that one can see how to use the API.

I already modified the build scripts so that it's included in future
releases.

> My limited understanding of Slide suggests that if I try
> to access the files in my tomcat/webapp/examples/jsp directory,
> then there should be no problem.
>
> Now I try to run the /slide/client/bin/bin.sh file which puts me in
> the command line admin tool. I must not understand exactly how this
> tool works because I am seeing the following :
>
> 1. mkcol examples/jsp/colors
>    returns 200 (OK).
>
> 2. ls examples/jsp/colors yields no files, eventhough I have html files
> in that directory. Do I have to specifically upload each and every file
into
> this directory ?
>
> 3. Why doesn't COPY work eventhough it said it succeeded ? (same for
MOVE).
>
> anyways my list goes on and on, so I am beginning to believe I don't know
> how to use the product. Any help would be appreciated ... especially some
> sample things I can try with the client tool.

First of all, the command line client is very rough and needs a lot of work.
It's still a useful debug tool, though.

TC will return 200 in all the cases you described above, which is not
correct (but it's a Tomcat problem). You should try to access some Webdav
enabled URL, like /slide/ (don't forget to modify the permissions to allow
for write operations).
With TC 4.0, /webdav/ is also DAV enabled (and is also read only by
default).

Remy

Reply via email to