diff --git a/dspace/docs/index.html b/dspace/docs/index.html index 99be8f645a..85c4f3cc62 100644 --- a/dspace/docs/index.html +++ b/dspace/docs/index.html @@ -56,7 +56,7 @@
The changes in 1.4.1 are only code changes so the update is simply a matter of rebuilding the wars.
+The changes in 1.4.1 are only code and configuration changes so the update is simply a matter of rebuilding the wars and slight changes to your config file.
In the notes below [dspace]
refers to the install directory for your existing DSpace installation, and [dspace-1.4.1-source]
to the source directory for DSpace 1.4.1. Whenever you see these path references, be sure to replace them with the actual path names on your local system.
Take down Tomcat (or whichever servlet container you're using).
A new configuration item webui.html.max-depth-guess
has been added to avoid infinite URL spaces. Add the following to the dspace.cfg file:
#### Multi-file HTML document/site settings ##### +# +# When serving up composite HTML items, how deep can the request be for us to +# serve up a file with the same name? +# +# e.g. if we receive a request for "foo/bar/index.html" +# and we have a bitstream called just "index.html" +# we will serve up that bitstream for the request if webui.html.max-depth-guess +# is 2 or greater. If webui.html.max-depth-guess is 1 or less, we would not +# serve that bitstream, as the depth of the file is greater. +# +# If webui.html.max-depth-guess is zero, the request filename and path must +# always exactly match the bitstream name. Default value is 3. +# +webui.html.max-depth-guess = 3+
If webui.html.max-depth-guess
is not present in dspace.cfg
the default value is used. If archiving entire web sites or deeply nested HTML documents it is advisable to change the default to a higher value more suitable for these types of materials.
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.
In [dspace-1.4.1-source]
run: