You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by Sushma S Segu <su...@yahoo.com> on 2003/01/02 08:26:16 UTC

About Slide 2.x

Hello,
I would like to know where I could find the
downloadable version of Slide 2.x. 
I would also like to know how the webfolder is
integrated to the tomcat server.
Thanks and Regards,
Sushma

________________________________________________________________________
Missed your favourite TV serial last night? Try the new, Yahoo! TV.
       visit http://in.tv.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: About Slide 2.x

Posted by Eigen Technology Pty Ltd <mi...@eigentechnology.com>.
I asked the same question before.

You can only get it through CVS at this stage apparantly.

As to Tomcat. Get the binary version, and start Tomcat from the bin there.

cheers
michael





> Hello,
> I would like to know where I could find the
> downloadable version of Slide 2.x.
> I would also like to know how the webfolder is
> integrated to the tomcat server.
> Thanks and Regards,
> Sushma
>
> ________________________________________________________________________
> Missed your favourite TV serial last night? Try the new, Yahoo! TV.
>        visit http://in.tv.yahoo.com
>
> --
> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org> For additional
> commands, e-mail: <ma...@jakarta.apache.org>




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: About Slide 2.x

Posted by Jagadesh Nandasamy <ja...@eself.com>.
I am not sure if slide version2.x is out yet,
You can download latest version of Slide from ,
http://jakarta.apache.org/builds/jakarta-slide/release/1.0/
http://cvs.apache.org/builds/jakarta-slide/nightly/2003-01-01/
http://jakarta.apache.org/slide/howto-tomcat.html

-jaggi



Sushma S Segu wrote:

>Hello,
>I would like to know where I could find the
>downloadable version of Slide 2.x. 
>I would also like to know how the webfolder is
>integrated to the tomcat server.
>Thanks and Regards,
>Sushma
>
>________________________________________________________________________
>Missed your favourite TV serial last night? Try the new, Yahoo! TV.
>       visit http://in.tv.yahoo.com
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>
>
>  
>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: About Slide 2.x

Posted by Andreas Probst <an...@gmx.net>.
Hi Sushma!

Slide 2 hasn't been released yet. You could load current code 
which will go into Slide 2. What you need is a CVS client, e.g. 
cvs.exe (http://www.cvshome.org).

Get the latest and greatest with the following two commands:

cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic login
(password: anoncvs)

cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic checkout 
jakarta-slide (in one line) 

This gives you Slide 2, around 50 MB.

Webfolder is a WebDAV client by Microsoft. You would want to 
integrate Slide with Tomcat. Do this: 

- Build Slide from cvs using Ant.
- Take slide.war from somewhere in dist folder and drop it into 
tomcat/webapps. 
- Start Tomcat. 
- After expansion you'll have a slide directory there. In it are 
the Domain.xml and WEB-INF/web.xml which are the config files 
for Slide.
- In Windows Explorer go to webfolders, choose new and put in 
address http://localhost:8080/slide


Good luck.

Andreas


On 2 Jan 2003 at 7:26, Sushma S Segu wrote:

> Hello,
> I would like to know where I could find the
> downloadable version of Slide 2.x. 
> I would also like to know how the webfolder is
> integrated to the tomcat server.
> Thanks and Regards,
> Sushma
> 


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>