From: idfx Date: Sat, 12 Oct 2002 11:22:03 +0000 (+0000) Subject: corrected the path to jai*.jar in the documentation. the new directory-structure... X-Git-Tag: BEFORE_MERGE_1_1~507 X-Git-Url: http://erislabs.net/gitweb/?p=mir.git;a=commitdiff_plain;h=a9b58aa7d1b3e9d78d65a8c965fc0329fb7a3250 corrected the path to jai*.jar in the documentation. the new directory-structure has to be documentated, too --- diff --git a/doc/INSTALL.mir b/doc/INSTALL.mir index bdb61cda..1807c508 100755 --- a/doc/INSTALL.mir +++ b/doc/INSTALL.mir @@ -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