Rena Tsantouli 2009-06-24 10:25:49 +00:00
parent 64972bfa2d
commit 2b3b678f01
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
package org.gcube.application.framework.core.security;
import java.io.File;
import org.gcube.application.framework.core.util.Settings;
@ -24,7 +25,7 @@ public class VOMSAdminManager {
if(vomsAdmin == null)
{
try {
System.out.println("I am in ASL and I am creating vomsAdmin");
System.out.println("I am in ASL and I am creating vomsAdmin - location should be printed");
System.out.println("The location is: " + Settings.getInstance().getProperty("sharedDir") + File.separator + "vomsAPI.properties");
// must be uncomented!!!!!
vomsAdmin = new VOMSAdminImpl(Settings.getInstance().getProperty("sharedDir")+ File.separator + "vomsAPI.properties");