updates
[mir.git] / doc / INSTALL.mir
index bdeec10..1807c50 100755 (executable)
@@ -1,6 +1,6 @@
 MIR INSTALLATION HOWTO
 
-Last updated: $Date: 2002/07/03 12:07:58 $
+Last updated: $Date: 2002/10/12 11:22:03 $
 ----------------------------------------------------------------
 
 Here is a short installation-howto of Mir.
@@ -8,15 +8,17 @@ 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)
 - the JAI image framework (Java Advanced Imaging) versin 1.1.1 . get it from 
   java.sun.com. ** NOTE: because JAI uses a native acceration library (a .so)
-  it must be placed in tomcat's "lib" (i.e $TOMCAT_HOME/lib) directory and
+  it must be placed in tomcat's "lib" (i.e $TOMCAT_HOME/common/lib) directory and
   not under the default webapps/Mir/WEB-INF/lib directory **
 - A good reading of Tomcat, Apache and Postgresql documentation if you are not
   familiar with any of them. The documentation is available at:
@@ -37,7 +39,7 @@ CVS CHECKOUT:
 
 2. customize the config: 
 
-       cd mir/source 
+       cd mir/etc
        cp config.properties-dist config.properties 
 
 now customize config.properties for your needs.
@@ -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/10/12 11:22:03 $ - the Mir coders