be a little more clear about the native library thing
authormh <mh>
Tue, 30 Apr 2002 17:24:43 +0000 (17:24 +0000)
committermh <mh>
Tue, 30 Apr 2002 17:24:43 +0000 (17:24 +0000)
doc/INSTALL.mir

index 38bc975..f359b5e 100755 (executable)
@@ -80,15 +80,11 @@ This is practical if you are running several installations of mir on one
 tomcat or other webapps and can't afford to shutdown all of them.
 See the tomcat documentation to learn how to enable and use the manager app.
 
-7. Copy any dynamic library files ending with ".so" in the WEB-INF/lib to your
-jre/lib directory (where the other ".so" files live). Or, you can skip the
-whole thing and live without "native" acceleration for image manupulation.
-
-A painful alternative, would be to modify the tomcat startup script and add an
-LD_LIBRARY_PATH variable that points to the WEB-INF/lib directory of your Mir
-install dir. (called "Mir"). Add something like the following at the top of
-startup.sh (startup.sh is found in the "bin/" dir. under $TOMCAT_HOME):
-LD_LIBRARY_PATH=/path/to/Mir-install-dir/WEB-INF/lib
+7. Copy any dynamic library files ending with ".so" (so far only the JAI native
+acceleration library found in the JAI package tarball or zip from sun) to your
+$JAVA_HOME/jre/lib/i386 directory (where the other ".so" files live). Or, you
+can skip the whole thing and live without "native" acceleration for image
+manupulation.
 
 8a. create a new database 
 The database name should be the same as in config.properties. Please look at