# 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. -
  • to use Mozilla-XUL functionality a user have to open the page - http://myserver:8080/digitallibrary/xul/install_sidebar.jsp - in a mozilla compatible browser and press the button 'install button - list into sidebar'
  • +
  • (optional) To use Mozilla-XUL functionality Alcatraz users have + to open the page + 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.
  • @@ -100,13 +101,13 @@ like this:

    -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.

    +with the -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.

    digilib-auth.xml

    @@ -283,6 +295,6 @@
    -
    robert.casties@philo.unibe.ch
    -Last modified: Tue May 13 23:35:13 CEST 2003 +
    casties@mpiwg-berlin.mpg.de
    +Last modified: Wed May 14 12:49:14 CEST 2003