changeset 6:dbfd0df15a1d default tip

config file changed
author dwinter
date Mon, 17 Sep 2012 16:56:36 +0200
parents a59be29f06c8
children
files WebContent/WEB-INF/web.xml.template
diffstat 1 files changed, 11 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/WebContent/WEB-INF/web.xml.template	Mon Jan 02 18:12:57 2012 +0100
+++ b/WebContent/WEB-INF/web.xml.template	Mon Sep 17 16:56:36 2012 +0200
@@ -13,8 +13,15 @@
 
 <!-- Paramas for Metdatamanager -->
 <context-param>
+<param-name>de.mpiwg.itgroup.jaas.configFilePath</param-name>
+<param-value>file:///etc/jaasAuth.conf</param-value>
+</context-param>
+
+
+<context-param>
 <param-name>de.mpwig.itgroup.personSearch.index</param-name>
-<param-value>/Users/dwinter/Documents/Projekte/ECHO-eSciDoc-MPDL/escidocMPIWG/NamedIdentityManager/data/tripleIndex</param-value>
+<!-- <param-value>/Users/dwinter/Documents/Projekte/ECHO-eSciDoc-MPDL/escidocMPIWG/NamedIdentityManager/data/tripleIndex</param-value>-->
+<param-value>/var/tmp/tripleIndex</param-value>
 </context-param>
 <context-param>
 <param-name>de.mpwig.itgroup.personSearch.virtuoso.url</param-name>
@@ -26,11 +33,12 @@
 </context-param>
 <context-param>
 <param-name>de.mpwig.itgroup.personSearch.virtuoso.pw</param-name>
-<param-value>XXX</param-value>
+<param-value>XXXX</param-value>
 </context-param>
 <context-param>
 <param-name>de.mpwig.itgroup.personSearch.virtuoso.personsGraphURI</param-name>
-<param-value>file://mpiwg_persons.rdf</param-value>
+<!-- <param-value>file://mpiwg_persons_2.rdf</param-value>-->
+<param-value>file://mpiwg_persons_dnb.rdf</param-value>
 </context-param>
 <!-- Restletadapter -->
 <servlet>