corrected the path to jai*.jar in the documentation. the new directory-structure...
authoridfx <idfx>
Sat, 12 Oct 2002 11:22:03 +0000 (11:22 +0000)
committeridfx <idfx>
Sat, 12 Oct 2002 11:22:03 +0000 (11:22 +0000)
doc/INSTALL.mir

index bdb61cd..1807c50 100755 (executable)
@@ -1,6 +1,6 @@
 MIR INSTALLATION HOWTO
 
-Last updated: $Date: 2002/07/08 16:20:32 $
+Last updated: $Date: 2002/10/12 11:22:03 $
 ----------------------------------------------------------------
 
 Here is a short installation-howto of Mir.
@@ -18,7 +18,7 @@ prerequisites:
 - 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:
@@ -39,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.
@@ -321,4 +321,4 @@ You can give these a try if anything goes wrong:
 
 ----------------------------------------------------------------
 
-$Date: 2002/07/08 16:20:32 $ - the Mir coders
+$Date: 2002/10/12 11:22:03 $ - the Mir coders