From: mh Date: Mon, 8 Jul 2002 16:20:32 +0000 (+0000) Subject: mention apache 2.x. make tomcat 4.0.4 required cause of bugs X-Git-Tag: MIR_1_0_0_RC1~53 X-Git-Url: http://erislabs.net/gitweb/?p=mir.git;a=commitdiff_plain;h=82684ba6375ed682999971c7bb2d179b817cd968 mention apache 2.x. make tomcat 4.0.4 required cause of bugs --- diff --git a/doc/INSTALL.mir b/doc/INSTALL.mir index bdeec105..bdb61cda 100755 --- a/doc/INSTALL.mir +++ b/doc/INSTALL.mir @@ -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