You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by cm...@apache.org on 2002/03/21 19:05:37 UTC

cvs commit: jakarta-slide/src/doc installation.xml

cmlenz      02/03/21 10:05:37

  Modified:    src/doc  installation.xml
  Log:
  Move the section about supported servlet containers into a table inside
  the 'Slide WebDAV Servlet' section, making the page more compact.
  
  Revision  Changes    Path
  1.24      +50 -52    jakarta-slide/src/doc/installation.xml
  
  Index: installation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/doc/installation.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- installation.xml	5 Feb 2002 04:43:08 -0000	1.23
  +++ installation.xml	21 Mar 2002 18:05:37 -0000	1.24
  @@ -154,6 +154,54 @@
         it in your servlet container. The WAR file contains a "Domain.xml" file
         which should be modified to configure the domain.
       </p>
  +    <p>
  +      Slide has been tested with various servlet containers:
  +      <table>
  +        <tr>
  +          <th>Servlet Container</th>
  +          <th>Comments</th>
  +        </tr>
  +        <tr>
  +          <td>JServ</td>
  +          <td>
  +            Slide requires a Servlet 2.2 compliant servlet container, and won't 
  +            run with JServ.
  +          </td>
  +        </tr>
  +        <tr>
  +          <td>Tomcat 3.1</td>
  +          <td>
  +            Due to some missing features, mainly with authentication, Slide 
  +            won't run with Tomcat 3.1.
  +          </td>
  +        </tr>
  +        <tr>
  +          <td>Tomcat 3.2</td>
  +          <td>
  +            Slide runs with Tomcat 3.2, but there are various issues with 
  +            mod_jk, as well as a few minor glitches.
  +          </td>
  +        </tr>
  +        <tr>
  +          <td>Tomcat 3.3</td>
  +          <td>
  +            Slide runs with Tomcat 3.3. See the 
  +            <a href="howto-tomcat.html">Tomcat HOW-TO</a> for more details.
  +          </td>
  +        </tr>
  +        <tr>
  +          <td>Tomcat 4.0</td>
  +          <td>
  +            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>.
  +          </td>
  +        </tr>
  +      </table>
  +      If you have tested Slide with other servlet containers, please tell us 
  +      so we can add your experiences to this list.
  +    </p>
       
     </section>
     
  @@ -181,58 +229,8 @@
       
     </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 runs with Tomcat 3.3. 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>
  -
     <section name="WebDAV enabled JFileChooser components">
  -
  +  
       <p>
         A full WebDAV enabled JFileChooser is provided with Slide. To build it
         (it is not built by default), run the following:
  @@ -257,6 +255,6 @@
         from $JAKARTA_HOME/jakarta-slide/dist/client/bin
       </p>
     </section>    
  -
  +  
   </body>
   </document>
  
  
  

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