ozeigermann 2004/02/11 00:51:51
Modified: docs Tag: SLIDE_2_0_RELEASE_BRANCH installation.html
src/doc Tag: SLIDE_2_0_RELEASE_BRANCH installation.xml
Log:
Added instructions how to install binary and bundeled distributions
Revision Changes Path
No revision
No revision
1.34.2.2 +79 -2 jakarta-slide/docs/installation.html
Index: installation.html
===================================================================
RCS file: /home/cvs/jakarta-slide/docs/installation.html,v
retrieving revision 1.34.2.1
retrieving revision 1.34.2.2
diff -u -r1.34.2.1 -r1.34.2.2
--- installation.html 23 Jan 2004 10:27:32 -0000 1.34.2.1
+++ installation.html 11 Feb 2004 08:51:51 -0000 1.34.2.2
@@ -111,7 +111,84 @@
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
-<td bgcolor="#525D76"><font face="arial,helvetica.sanserif" color="#ffffff"><a
name="Compiling%20Slide"><strong>Compiling Slide</strong></a></font></td>
+<td bgcolor="#525D76"><font face="arial,helvetica.sanserif" color="#ffffff"><a
name="Installing%20the%20Slide%20Server"><strong>Installing the Slide
Server</strong></a></font></td>
+</tr>
+<tr>
+<td>
+<blockquote>
+
+<table width="100%" cellpadding="2" cellspacing="0" border="0">
+<tr>
+<td bgcolor="#828DA6"><font face="arial,helvetica.sanserif" color="#ffffff"><a
name="Tomcat%20bundle"><strong>Tomcat bundle</strong></a></font></td>
+</tr>
+<tr>
+<td>
+<blockquote>
+
+<p>The Slide version bundled with Tomcat features easy installation and uses
+ Tomcat's integrated authentication. After you have downloaded this
Slide distribution
+ go the following to get it started:
+ <ul>
+
+<li>Unpack it to a directory of your choice</li>
+
+<li>If you have previously installed Tomcat and have set the CATALINA_HOME
environment
+ variable, either unset it or set it to the directory
you unpacked the distribution to</li>
+
+<li>run bin/startup.bat in this directory - Slide should startup now</li>
+
+<li>Connect to http://localhost:8080/slide - In order to have a WebDAV, not a pure
HTTP connect you will
+ need more than a browser. Either use dedicated
WebDAV client software or follow the instructions
+ in the User's Guide section.
+ </li>
+
+<li>As authentication is turned on you need to login - admin login is "root" with
password ""</li>
+
+<li>All up-/downloads should go to the file directory</li>
+
+<li>Documentation is provided as a .war and can be accees at
http://localhost:8080/slide-doc</li>
+
+</ul>
+
+</p>
+
+</blockquote>
+</td>
+</tr>
+</table>
+
+<table width="100%" cellpadding="2" cellspacing="0" border="0">
+<tr>
+<td bgcolor="#828DA6"><font face="arial,helvetica.sanserif" color="#ffffff"><a
name="Binary%20Distribution"><strong>Binary Distribution</strong></a></font></td>
+</tr>
+<tr>
+<td>
+<blockquote>
+
+<p>Slide's binary distribution mainly contains all jars, documentation and web
applications. This
+ distribution will need any Servlet container or application server
that supports at least servlet spec
+ 2.3. Web applications slide.war and slide-doc.war can be found at
slide/webapp. Simply copy them to
+ the deployment directory of your servlet container or application
server - webapps directory for Tomcat.
+ If you do not know what this means consult the manual of your servlet
+ container or application server. To connect to Slide and how to go on
from there have
+ a look at the instructions for the Tomcat bundled distribution above.
Notice, however, this
+ distribution does not use authentication!
+ </p>
+
+</blockquote>
+</td>
+</tr>
+</table>
+
+</blockquote>
+</td>
+</tr>
+</table>
+
+
+<table width="100%" cellpadding="2" cellspacing="0" border="0">
+<tr>
+<td bgcolor="#525D76"><font face="arial,helvetica.sanserif" color="#ffffff"><a
name="Compiling%20Slide%20from%20Source"><strong>Compiling Slide from
Source</strong></a></font></td>
</tr>
<tr>
<td>
@@ -171,7 +248,7 @@
<li>
- A web application which can be used in any Servlet 2.3 compliant can
+ A web application which can be used in any Servlet 2.3 compliant container
can
be found $JAKARTA_HOME/jakarta-slide/dist/webapp/slide.war.
</li>
No revision
No revision
1.27.2.2 +35 -2 jakarta-slide/src/doc/installation.xml
Index: installation.xml
===================================================================
RCS file: /home/cvs/jakarta-slide/src/doc/installation.xml,v
retrieving revision 1.27.2.1
retrieving revision 1.27.2.2
diff -u -r1.27.2.1 -r1.27.2.2
--- installation.xml 23 Jan 2004 09:54:27 -0000 1.27.2.1
+++ installation.xml 11 Feb 2004 08:51:51 -0000 1.27.2.2
@@ -10,7 +10,40 @@
<body>
- <section name="Compiling Slide">
+ <section name="Installing the Slide Server">
+ <subsection name="Tomcat bundle">
+ <p>The Slide version bundled with Tomcat features easy installation and uses
+ Tomcat's integrated authentication. After you have downloaded this
Slide distribution
+ go the following to get it started:
+ <ul>
+ <li>Unpack it to a directory of your choice</li>
+ <li>If you have previously installed Tomcat and have set the
CATALINA_HOME environment
+ variable, either unset it or set it to the directory
you unpacked the distribution to</li>
+ <li>run bin/startup.bat in this directory - Slide should
startup now</li>
+ <li>Connect to http://localhost:8080/slide - In order
to have a WebDAV, not a pure HTTP connect you will
+ need more than a browser. Either use dedicated
WebDAV client software or follow the instructions
+ in the User's Guide section.
+ </li>
+ <li>As authentication is turned on you need to login -
admin login is "root" with password ""</li>
+ <li>All up-/downloads should go to the file
directory</li>
+ <li>Documentation is provided as a .war and can be
accees at http://localhost:8080/slide-doc</li>
+ </ul>
+ </p>
+ </subsection>
+ <subsection name="Binary Distribution">
+ <p>Slide's binary distribution mainly contains all jars, documentation and web
applications. This
+ distribution will need any Servlet container or application server
that supports at least servlet spec
+ 2.3. Web applications slide.war and slide-doc.war can be found at
slide/webapp. Simply copy them to
+ the deployment directory of your servlet container or application
server - webapps directory for Tomcat.
+ If you do not know what this means consult the manual of your servlet
+ container or application server. To connect to Slide and how to go on
from there have
+ a look at the instructions for the Tomcat bundled distribution above.
Notice, however, this
+ distribution does not use authentication!
+ </p>
+ </subsection>
+ </section>
+
+ <section name="Compiling Slide from Source">
<p>
In order to successfully build Slide, you will need to do the
@@ -58,7 +91,7 @@
</li>
<li>
- A web application which can be used in any Servlet 2.3 compliant can
+ A web application which can be used in any Servlet 2.3 compliant container
can
be found $JAKARTA_HOME/jakarta-slide/dist/webapp/slide.war.
</li>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]