Make sure you have all the jar files that it is referencing. Also it uses
relative paths so you MUST run the batch file in the bin directory.
This works for me, try it out:
REM --- START
@echo off
set CP2=%CLASSPATH%;../lib/webdav.jar;../lib/jaxp.jar;../lib/crimson.jar
java -classpath %CP2% org.apache.webdav.cmd.Slide %1 %2 %3 %4 %5 %6 %7 %8 %9
pause
REM --- END
Rich
-----Original Message-----
From: Miguel Carvalho [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 29, 2001 3:51 PM
To: [EMAIL PROTECTED]
Subject: Re: Slide+WebDAv!!!Help!
In the run.bat file the paths are correct. But it refers one that is
../classes/
and i don't have that directory. It's that the problem? should not a binary
dist. have everithing to run?
Thanks for your help.
Miguel
----- Original Message -----
From: "Taylor, Richard" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 29, 2001 3:35 PM
Subject: RE: Slide+WebDAv!!!Help!
> Check the run.bat file I noticed all the jar entries in the classpath
were:
>
> .\lib\... (ONE DOT)
>
> instead of
>
> ..\lib\... (TWO DOTS!)
>
> Rich.
>
> -----Original Message-----
> From: Miguel Carvalho [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 29, 2001 3:30 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Slide+WebDAv!!!Help!
>
>
> Hi Remy,
>
> I'm really sorry of asking you dummy things again, but i really can't
guess
> what is wrong. You were right
> the domain.xml was inside the slide.war. When i try to run run.bat on
client
> i get:
>
> C:\>"C:\Program Files\Apache
> Group\jakarta-tomcat-4.0-b1\jakarta-slide\client\bin\run.bat"
> Exception in thread "main" java.lang.NoClassDefFoundError:
> org/apache/webdav/cmd/Slide
>
> I've searching inside webdav.jar and didn't found it. I've dowloaded the
> source release just to check it out
> and i've found that. What should i do? install slide again.
> I hope you don't get hungry with my silly questions, but has you have
> noticed, i'm inexperient in these things.
>
> Thanks....
>
> Miguel
>
>
> ----- Original Message -----
> From: Remy Maucherat <mailto:[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> Sent: Wednesday, March 28, 2001 8:09 PM
> Subject: Re: Slide+WebDAv!!!Help!
>
>
>
> ----- Original Message -----
> From: Miguel Carvalho <mailto:[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> Sent: Wednesday, March 28, 2001 7:36 AM
> Subject: Re: Slide+WebDAv!!!Help!
>
>
> Hi!You Said:
>
>
> Your mail isn't very clear : what are you intrested in ? The client ? The
> server ? Both ?
>
> Remy
>
>
> I usually run Slide on top of Tomcat. So dowload either :
> - Tomcat 3.2.1
> - Tomcat 3.3m2
> - A recent nightly build of Tomcat 4.0
>
> Put slide.war (which can be found when you unpack your
> jakarta-slide-1.0.9.zip), put it in the webapps folder of Tomcat, and then
> run Tomcat.
> Then you'll find the config files in the slide directory : Domain.xml, and
> the webapp config file : WEB-INF/web.xml.
>
> -> ok i've done this almost sucessfuly. The file WEB-INF/web.xml was
> created, but the file domain.xml not. I've found some of that on slide
> source. Can i use
> one of that? ca you send me a sample?
>
>
> I can, but the slide.war which is in the 1.0.9 package does contain a
> Domain.xml file.
>
>
> -> other thing is that at this time i'm totally confused about client
> installation. Maybe it's better to do it from scratch. Can you help on
that?
> (tell me wich is the
> best way to install it:binary, source,..;...).
>
>
>
> Unzip (or untargz) the package, go into /jakarta-slide/client in the
upacked
> directories. Type bin\run (if you're on Windows).
>
> Remy
>
>
>
> **********************************************************************
> Information in this email is confidential and may be privileged.
> It is intended for the addressee only. If you have received it in error,
> please notify the sender immediately and delete it from your system.
> You should not otherwise copy it, retransmit it or use or disclose its
> contents to anyone.
> Thank you for your co-operation.
> **********************************************************************