Tweaks configuration, command responses, pz2/sp switching
[mkjsf-moved-to-github.git] / src / main / java / com / indexdata / mkjsf / config / Mk2ConfigReader.java
index bc57467..5cd0566 100644 (file)
@@ -59,7 +59,7 @@ public class Mk2ConfigReader implements ConfigurationReader  {
     MasterkeyConfiguration mkConfigContext;\r
     try {\r
       mkConfigContext = MasterkeyConfiguration.getInstance(servletContext,\r
-      "pazpar-application-jsf", ((HttpServletRequest) externalContext.getRequest()).getServerName());\r
+      "mkjsf", ((HttpServletRequest) externalContext.getRequest()).getServerName());\r
     } catch (IOException e) {\r
       throw new ConfigurationException(Mk2ConfigReader.class + " could not read configuration for '" + configurable.getModuleName() + "' using MasterKey configuration scheme: "+e.getMessage(),e);\r
     }        \r