Initial import.
git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/portal/portal-manager@81928 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
21c6dbb340
commit
e53691d436
|
@ -45,7 +45,7 @@ public class PortalContext {
|
||||||
private void initialize() {
|
private void initialize() {
|
||||||
Properties props = new Properties();
|
Properties props = new Properties();
|
||||||
try {
|
try {
|
||||||
String propertyfile = getGCoreFolder() + File.separator + "infrastructure.properties";
|
String propertyfile = getGCoreFolder() + File.separator + ".." + File.separator +"infrastructure.properties";
|
||||||
File propsFile = new File(propertyfile);
|
File propsFile = new File(propertyfile);
|
||||||
FileInputStream fis = new FileInputStream(propsFile);
|
FileInputStream fis = new FileInputStream(propsFile);
|
||||||
props.load( fis);
|
props.load( fis);
|
||||||
|
@ -55,7 +55,7 @@ public class PortalContext {
|
||||||
catch(IOException e) {
|
catch(IOException e) {
|
||||||
infra = "gcube";
|
infra = "gcube";
|
||||||
vos = "";
|
vos = "";
|
||||||
_log.error("infrastructure.properties file not found under $CATALINA_HOME/ dir, setting default infrastructure Name and no Scopes" + infra);
|
_log.error("infrastructure.properties file not found under $Portal Bundle/ dir, setting default infrastructure Name and no Scopes" + infra);
|
||||||
}
|
}
|
||||||
_log.info("PortalContext configurator correctly initialized on " + infra);
|
_log.info("PortalContext configurator correctly initialized on " + infra);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue