Skip to content
Snippets Groups Projects
Commit e630fc00 authored by mbrodhu's avatar mbrodhu
Browse files

correct path to config-file

parent ee7368bb
No related branches found
No related tags found
No related merge requests found
......@@ -24,8 +24,7 @@
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="locations">
<list>
<value>file:C:\dev\oai-pmh\oaipmh-webapp\src\main\webapp\WEB-INF\oaipmh.textgrid.properties</value>
<!--value>file:/etc/dhrep/oaipmh/oaipmh.properties</value-->
<value>file:/etc/dhrep/oaipmh/oaipmh.properties</value>
</list>
</property>
<property name="ignoreResourceNotFound" value="true" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment