changed infras prop files location to tomcat/conf

git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/portal/portal-manager@82211 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2013-10-01 13:14:42 +00:00
parent 354625513c
commit e003e6ef45
1 changed files with 2 additions and 2 deletions

View File

@ -54,8 +54,8 @@ public class PortalContext {
}
catch(IOException e) {
infra = "gcube";
vos = "";
_log.error("infrastructure.properties file not found under $Portal Bundle/ dir, setting default infrastructure Name and no Scopes" + infra);
vos = "devsec";
_log.error("infrastructure.properties file not found under $Portal Bundle/ dir, setting default infrastructure Name and devsec as VO Name" + infra);
}
_log.info("PortalContext configurator correctly initialized on " + infra);
}