mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
[DS-891] SWORD web.xml initialization of Service Manager.
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6363 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -62,6 +62,16 @@
|
||||
</description>
|
||||
</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>
|
||||
|
||||
|
||||
<context-param>
|
||||
<param-name>sword-server-class</param-name>
|
||||
<param-value>org.dspace.sword.DSpaceSWORDServer</param-value>
|
||||
|
Reference in New Issue
Block a user