diff WebContent/WEB-INF/web.xml.template @ 2:6888ae3287b8

changed to namespace handling for users
author dwinter
date Thu, 24 Nov 2011 11:39:12 +0100
parents 77530be3c747
children 9393c9c9b916
line wrap: on
line diff
--- a/WebContent/WEB-INF/web.xml.template	Wed Nov 23 15:26:33 2011 +0100
+++ b/WebContent/WEB-INF/web.xml.template	Thu Nov 24 11:39:12 2011 +0100
@@ -11,11 +11,16 @@
 <param-value>de.mpiwg.itgroup.annotationManager.restlet.RestServer</param-value>
 </context-param>
 
+<context-param>
+<param-name>de.mpiwg.itgroup.annotationManager.jaas.configFilePath</param-name>
+<param-value>file:///etc/jaasAuth.conf</param-value>
+</context-param>
 
 <context-param>
 <param-name>de.mpiwg.itgroup.annotationManager.virtuoso.tripleStoreUser</param-name>
 <param-value>USERNAME</param-value>
 </context-param>
+
 <context-param>
 <param-name>de.mpiwg.itgroup.annotationManager.virtuoso.tripleStoreUserPassword</param-name>
 <param-value>PASSWORD</param-value>