remm 01/11/13 14:19:54
Modified: src/doc howto-tomcat.xml
Log:
- Update to the Tomcat HOWTO page.
Revision Changes Path
1.15 +10 -4 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.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- howto-tomcat.xml 2001/09/11 06:48:09 1.14
+++ howto-tomcat.xml 2001/11/13 22:19:54 1.15
@@ -34,7 +34,7 @@
<section name="Tomcat 3.x">
<p>
- Slide has been successfully tested with Tomcat 3.1 and 3.2.
+ Slide has been successfully tested with Tomcat 3.1.x, 3.2.x and 3.3.x.
</p>
<p>
@@ -43,8 +43,14 @@
</p>
<p>
- Important note : Some versions of Tomcat 3.x can report a
- java.util.MIssingResourceException when excuting a PROPFIND request.
+ Versions of AJP prior to 1.3 had issues with uploading resources,
+ especially when using chunking, so using them is not recommended with
+ Slide. AJP 1.3 support is included in Tomcat 3.3.x.
+ </p>
+
+ <p>
+ Important note : Versions of Tomcat prior to 3.3.x can report a
+ java.util.MissingResourceException when excuting a PROPFIND request.
This exception is harmless and can be ignored.
</p>
@@ -53,7 +59,7 @@
<section name="Tomcat 4.x">
<p>
- Slide has been successfully tested with Tomcat 4.0 or later. Use
+ Slide has been successfully tested with Tomcat 4.0.x. Use
of Slide with Tomcat 4.0 versions prior to beta 2 is not recommended
due to classloading issues.
</p>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>