mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Add the new dspace.dir param to the web.xml for Swordv2 (required by dspace-services)
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6674 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -20,7 +20,16 @@
|
||||
<description>
|
||||
The location of the main DSpace configuration file
|
||||
</description>
|
||||
</context-param>
|
||||
</context-param>
|
||||
|
||||
<!-- new ConfigurationService initialization for dspace.dir -->
|
||||
<context-param>
|
||||
<description>
|
||||
The location of the main DSpace configuration file
|
||||
</description>
|
||||
<param-name>dspace.dir</param-name>
|
||||
<param-value>${dspace.dir}</param-value>
|
||||
</context-param>
|
||||
|
||||
<!-- Configuration Information -->
|
||||
|
||||
|
Reference in New Issue
Block a user