Skip to content
Snippets Groups Projects
Commit 14c44c84 authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

More beans and web xml changes... if any...

parent a334af1f
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ http://www.springframework.org/schema/util/spring-util-3.1.xsd
</bean>
<!-- REST Interface -->
<bean id="rest" class="info.textgrid.middleware.Rest"></bean>
<bean id="rest" class="info.textgrid.middleware.Rest" />
<bean id="cors-filter"
class="org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter">
......
......@@ -9,7 +9,7 @@
<!-- OAIPMH Configuration -->
<!-- <context-param> -->
<!-- <param-name>log4jConfigLocation</param-name> -->
<!-- <param-value>file:/etc/textgrid/tgoaipmh/log4j.oaipmh.properties</param-value> -->
<!-- <param-value>file:/etc/textgrid/tgoaipmh/log4j.properties</param-value> -->
<!-- </context-param> -->
<context-param>
......
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