# HG changeset patch
# User robcast
# Date 1052909381 -7200
# Node ID 28e449fa185ca672f02f7455e65ace72dcc5880c
# Parent d6a76e2fcb21fd1d3a424e22a673f91ae74d24f2
small updates
diff -r d6a76e2fcb21 -r 28e449fa185c docu/installation.html
--- a/docu/installation.html Wed May 14 12:21:34 2003 +0200
+++ b/docu/installation.html Wed May 14 12:49:41 2003 +0200
@@ -67,10 +67,11 @@
the user wwwrun
(or whatever your webserver runs) and
use this account to start the tomcat server.
-
http://myserver:8080/docuserver/digitallibrary/xul/install.html
+ in a Mozilla compatible browser. There the users can find
+ instructions to install XUL-Components into their browser. -export JAVA_HOME=/usr/local/lib/IBMJava2-13 +export JAVA_HOME=/usr/local/lib/IBMJava2-14 export CATALINA_OPTS="-mx512m"
Adjust the JAVA_HOME
path to point to your Java JDK
installation directory. You can adjust the memory used by the Java VM
-with the -mx512m
option.
-mx
option.
You can delete those two lines if you set these variables in your shell before starting tomcat in that same shell. These lines are @@ -200,6 +201,12 @@ is first in list. --> <parameter name="basedir-list" value="/docuserver/images:/docuserver/scaled/small" /> + <!-- Java class to use for image operations --> + <parameter name="docuimage-class" value="digilib.image.JAIDocuImage" /> + + <!-- is sending whole image files with mo=file allowed? --> + <parameter name="sendfile-allowed" value="true" /> + <!-- Restrict access to authorized users. User authentication and roles are provided by the servlet container (see tomcat-users.xml). @@ -228,6 +235,11 @@
The auth-file
parameter has to point to the
authorization configuration file (see below).
You can specify the Java toolkit implementation with the
+docuimage-class
parameter. The
+ImageLoaderDocuImage
might give best performance but
+works only with JDK 1.4 and up. JAIDocuImage
works with
+JDK 1.3 and up.