diff --git a/dspace/docs/index.html b/dspace/docs/index.html index 7c0e10b0b0..99be8f645a 100644 --- a/dspace/docs/index.html +++ b/dspace/docs/index.html @@ -56,6 +56,7 @@
Edit [dspace-source]/config/dspace.cfg
, in particular you'll need to set these properties:
@@ -490,7 +489,8 @@ $JAVA_HOME/bin/keytool -genkey -alias tomcat -keyalg RSA -keysize 1024 \
A Handle server runs as a separate process that receives TCP requests from other Handle servers, and issues resolution requests to a global server or servers if a Handle entered locally does not correspond to some local content. The Handle protocol is based on TCP, so it will need to be installed on a server that can broadcast and receive TCP on port 2641.
The Handle server code is included with the DSpace code in
-[dspace-source]/lib/handle.jar
. A script exists to create a simple Handle configuration - simply run [dspace]/bin/make-handle-config
after you've set the appropriate parameters in dspace.cfg
. You can also create a Handle configuration directly by following the installation instructions on handle.net, but with these changes:
[dspace-source]/lib/handle.jar
. Note: The latest version of the handle.jar
file is not included in the release due to licensing conditions changing between the provided version and later versions. It is recommended you read the new license conditions and decide whether you wish to update your installation's handle.jar
. If you decide to update, you should replace the existing handle.jar
in [dspace-source]/lib with the new version and rebuild your war files.
+ A script exists to create a simple Handle configuration - simply run [dspace]/bin/make-handle-config
after you've set the appropriate parameters in dspace.cfg
. You can also create a Handle configuration directly by following the installation instructions on handle.net, but with these changes:
cd [dspace]/lib cp postgresql.jar [dspace-1.4.1-source]/lib
handle.jar
file have changed. As a result, the latest version of the handle.jar
file is not included in this distribution. It is recommended you read the new license conditions and decide whether you wish to update your installation's handle.jar
. If you decide to update, you should replace the existing handle.jar
in [dspace-1.4.1-source]/lib with the new version.Take down Tomcat (or whichever servlet container you're using).
Your 'localized' JSPs (those in jsp/local) now need to be maintained in the source directory. If you have locally modified JSPs in your [dspace]/jsp/local
directory, you will need to merge the changes in the new 1.4.1 versions into your locally modified ones. You can use the diff
command to compare your JSPs against the 1.4.1 versions to do this. You can also check against the DSpace CVS.
cd [dspace]/lib cp postgresql.jar [dspace-1.4.x-source]/lib+
handle.jar
file have changed. As a result, the latest version of the handle.jar
file is not included in this distribution. It is recommended you read the new license conditions and decide whether you wish to update your installation's handle.jar
. If you decide to update, you should replace the existing handle.jar
in [dspace-1.4.1-source]/lib with the new version.Take down Tomcat (or whichever servlet container you're using).
Your DSpace configuration will need some updating: