# HG changeset patch # User robcast # Date 1063738968 -7200 # Node ID 7a237ba63a3d7753f0e201fca65135b71bafd0f0 # Parent dd070f97e44675cd8a5c35db64b48a9501f75032 New version with Windows installation from Martin. diff -r dd070f97e446 -r 7a237ba63a3d docu/installation.html --- a/docu/installation.html Tue Sep 16 18:55:38 2003 +0200 +++ b/docu/installation.html Tue Sep 16 21:02:48 2003 +0200 @@ -8,7 +8,7 @@

What you need to install digilib

Installation

-

On Linux

+

On Linux/Unix

  1. Make shure the Java JDK is installed (a JRE won't do).
  2. @@ -89,11 +91,74 @@
--> +

On Windows (quick install)

+ +

Set the following Environment Variables:
+ CATALINA_HOME = C:\jakarta-tomcat-4.1.24 (or similar)
+ JAVA_HOME = C:\j2sdk (or similar) +

+ +

+Start Tomcat server: Open a console window (start cmd.exe).
+Type: %CATALINA_HOME%\bin\startup +

+ +

+Try the following URL in your browser: +http://localhost:8080 or +http://127.0.0.1:8080 +

+ +

+You should now be able to see the Tomcat opening screen: If you're seeing this page via a web browser, it means you've setup Tomcat successfully. Congratulations! +

+ +

+Shut it down again: In the console window type %CATALINA_HOME%\bin\shutdown. + +

+Extract the "Alcatraz" distribution, possibly to C:\docuserver. Modify the following configuration files according to your paths (as in the "On Linux" section): +

+ +

For tomcat

+ + + +

For digilib

+ + +

In the alcatraz-win-conf.zip package you can find +prepared configuration files with the following default values: + +

+ +

+Now you can restart the Tomcat server: http://localhost:9090 or +http://127.0.0.1:9090.

+ +

+Watch the images: +http://localhost:9090/docuserver/digitallibrary/digilib.jsp?&lv=2 +

+ +

Configuration

Tomcat

-

catalina.sh

+

catalina.sh / catalina.bat

The file catalina.sh (in /docuserver/tomcat/bin can be modified to provide the path to the JDK and runtime options @@ -105,6 +170,13 @@ export CATALINA_OPTS="-mx512m" +

or, on Windows

+ +

+set CATALINA_HOME=C:\jakarta-tomcat-4.1.24
+set JAVA_HOME=C:\j2sdk
+
+

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

@@ -295,6 +367,6 @@
-
casties@mpiwg-berlin.mpg.de
-Last modified: Wed May 14 12:49:14 CEST 2003 +
robert.casties@philo.unibe.ch
+Last modified: Tue Sep 16 20:37:12 CEST 2003