Hi,
IMHO there a several problems with the slide 1.0.16 build.
* The client/bin/run.sh contains CR LF line endings which makes it
unusuable for Unix. Please remove the CR.
* The RUNNING.txt file or run.sh is incorrect. The CLASSPATH is relativ
to client/bin not client. Please change run.sh in order to get
consistent to RUNNING.txt
-----
#!/bin/sh
#
# Helper to run the command line client
#
CLASSPATH=${CLASSPATH}:classes:lib/webdav.jar:lib/jaxp.jar:lib/crimson.jar:lib/commons-httpclient.jar
export CLASSPATH
java org.apache.webdav.cmd.Slide $*
----
* The default Store of slide seems to be a JDBC Store for the hsql
Database. One should either mention this in a documentation file or put
for instance a proper Setup for a filesystem store as a default.
(server/conf/slide/slide.def).
* The Documentation is very confusing for me: At various locations it
mentions Domain.xml as a configuration file -- one can find a
slide/examples/xml/Domain.xml but I have no clue where to put it (IMHO
the default configuration is in server/conf/slide/slide.def)
What do I have to configure in slide.def for FileStore?
* http://jakarta.apache.org/slide/server.html (Editor View) mentions the
Domain.xml for declaring passwords for slide. IMHO it should read
server/conf/slide/slide.data.
....
How do I configure slide properly?
Any help appreciated,
Olaf
--
Dr. Olaf Flebbe Phone +49 (0)7071-9457-254
Manager Division Software Development FAX +49 (0)7071-9457-211
science + computing ag
Hagellocher Weg 73-75
D-72070 Tuebingen Email: [EMAIL PROTECTED]
Use the force, read the source!
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>