mention apache 2.x. make tomcat 4.0.4 required cause of bugs
authormh <mh>
Mon, 8 Jul 2002 16:20:32 +0000 (16:20 +0000)
committermh <mh>
Mon, 8 Jul 2002 16:20:32 +0000 (16:20 +0000)
doc/INSTALL.mir

index bdeec10..bdb61cd 100755 (executable)
@@ -1,6 +1,6 @@
 MIR INSTALLATION HOWTO
 
-Last updated: $Date: 2002/07/03 12:07:58 $
+Last updated: $Date: 2002/07/08 16:20:32 $
 ----------------------------------------------------------------
 
 Here is a short installation-howto of Mir.
@@ -8,9 +8,11 @@ Here is a short installation-howto of Mir.
 
 prerequisites: 
 
-- tomcat 4.0.3 or above (3.3 works too as of 04.04.2002, but this could change)
+- tomcat 4.0.4 (4.0.3 and below have some bad bugs) or above (3.3 works too as
+  of 04.04.2002, but this could change)
   tomcat is available from http://jakarta.apache.org/tomcat/
-- apache with mod_jk.so http://httpd.apache.org
+- apache 1.3.x. with mod_jk.so. As far as I can tell the connector for 2.x is
+  still rather undocumented. http://httpd.apache.org
 - postgres 7.1.x or 7.2.x. http://www.postgresql.org
 - ant (a java-based make) 
 - jaxp-1.1 (a SAX 2.0 compliant XML parser, comes with ant >= 1.4)
@@ -319,4 +321,4 @@ You can give these a try if anything goes wrong:
 
 ----------------------------------------------------------------
 
-$Date: 2002/07/03 12:07:58 $ - the Mir coders
+$Date: 2002/07/08 16:20:32 $ - the Mir coders