remm 01/09/10 23:48:09
Modified: src/doc examples.xml howto-tomcat.xml installation.xml
src/doc/stylesheets project.xml
Log:
- Add placeholder for installation notes on various servlet containers.
Revision Changes Path
1.9 +4 -4 jakarta-slide/src/doc/examples.xml
Index: examples.xml
===================================================================
RCS file: /home/cvs/jakarta-slide/src/doc/examples.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- examples.xml 2001/09/11 00:37:36 1.8
+++ examples.xml 2001/09/11 06:48:09 1.9
@@ -31,7 +31,7 @@
<section name="Examples list">
- <section name="XML">
+ <subsection name="XML">
<p>
The XML example simply imports an XML document into Slide and
@@ -39,15 +39,15 @@
different locking actions.
</p>
- </section>
+ </subsection>
- <section name="version">
+ <subsection name="version">
<p>
Manipulating revisions and branches.
</p>
- </section>
+ </subsection>
</section>
1.14 +2 -2 jakarta-slide/src/doc/howto-tomcat.xml
Index: howto-tomcat.xml
===================================================================
RCS file: /home/cvs/jakarta-slide/src/doc/howto-tomcat.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- howto-tomcat.xml 2001/09/11 00:37:36 1.13
+++ howto-tomcat.xml 2001/09/11 06:48:09 1.14
@@ -53,7 +53,7 @@
<section name="Tomcat 4.x">
<p>
- Slide has been successfully tested with Tomcat 4.0 beta 2 or later. Use
+ Slide has been successfully tested with Tomcat 4.0 or later. Use
of Slide with Tomcat 4.0 versions prior to beta 2 is not recommended
due to classloading issues.
</p>
@@ -71,7 +71,7 @@
level of integration can be achieved using the Slide realm. Here's the
optimal deployment of Slide with Tomcat 4.0 :
<ul>
- <li>Download Tomcat 4.0 beta 2</li>
+ <li>Download Tomcat 4.0</li>
<li>Copy the following JARs from the lib directory in the Slide
distribution to the common/lib folder in the Tomcat distribution :
the XML parser JARs, jta.jar, slide-roles.jar, slide-kernel.jar,
1.19 +50 -0 jakarta-slide/src/doc/installation.xml
Index: installation.xml
===================================================================
RCS file: /home/cvs/jakarta-slide/src/doc/installation.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- installation.xml 2001/09/11 00:37:36 1.18
+++ installation.xml 2001/09/11 06:48:09 1.19
@@ -157,5 +157,55 @@
</section>
+ <section name="Installing the Server">
+
+ <subsection name="JServ">
+
+ <p>
+ Slide requires a Servlet 2.2 compliant servlet container, and won't run
+ with JServ.
+ </p>
+
+ </subsection>
+
+ <subsection name="Tomcat 3.1">
+
+ <p>
+ Due to some missing features, mainly with authentication, Slide
+ won't run with Tomcat 3.1.
+ </p>
+
+ </subsection>
+
+ <subsection name="Tomcat 3.2">
+
+ <p>
+ Slide runs with Tomcat 3.2, but there are various issues with mod_jk,
+ as well as a few minor glitches.
+ </p>
+
+ </subsection>
+
+ <subsection name="Tomcat 3.3">
+
+ <p>
+ Slide should run with Tomcat 3.3, although it is currently untested.
+ See the <a href="howto-tomcat.html">Tomcat HOW-TO</a> for more details.
+ </p>
+
+ </subsection>
+
+ <subsection name="Tomcat 4.0">
+
+ <p>
+ The Slide binaries include a standalone server based on Tomcat 4.0. It
+ is also possible to use Slide with Tomcat 4.0 as a web application,
+ as described in the <a href="howto-tomcat.html">Tomcat HOW-TO</a>.
+ </p>
+
+ </subsection>
+
+ </section>
+
</body>
</document>
1.3 +4 -2 jakarta-slide/src/doc/stylesheets/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-slide/src/doc/stylesheets/project.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- project.xml 2001/09/11 00:37:37 1.2
+++ project.xml 2001/09/11 06:48:09 1.3
@@ -30,10 +30,11 @@
<item name="Server" href="server.html"/>
<item name="Client" href="webdav-client.html"/>
</menu>
- <menu name="HOWTOs">
+ <menu name="Administrator's Guide">
<item name="Installation" href="installation.html"/>
<item name="Configuration" href="conf-lib.html"/>
- <item name="Examples" href="examples.html"/>
+ </menu>
+ <menu name="HOW-TOs">
<item name="Tomcat Howto" href="howto-tomcat.html"/>
<item name="JDBC Stores Howto" href="howto-jdbcstore.html"/>
</menu>
@@ -41,6 +42,7 @@
<item name="Architecture" href="architecture.html"/>
<item name="Domain" href="domain.html"/>
<item name="Namespace" href="namespace.html"/>
+ <item name="Examples" href="examples.html"/>
</menu>
<menu name="Slide API">
<item name="Structure" href="structure.html"/>