This commit is contained in:
Nunzio Andrea Galante 2017-05-16 13:30:57 +00:00
parent 639b2e8ab6
commit 9314093ceb
1 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ public class Props ***REMOVED***
***REMOVED***read from filesystem
FileInputStream input;
try ***REMOVED***
input = new FileInputStream(home+"/dpmConfig/service.properties");
input = new FileInputStream(home+"/dataminer-pool-manager/dpmConfig/service.properties");
***REMOVED*** loading properites from properties file
try ***REMOVED***
props.load(input);
@ -47,7 +47,7 @@ public class Props ***REMOVED***
***REMOVED***read from filesystem
FileInputStream input;
try ***REMOVED***
input = new FileInputStream(home+"/dpmConfig/service.properties");
input = new FileInputStream(home+"/dataminer-pool-manager/dpmConfig/service.properties");
***REMOVED*** loading properites from properties file
try ***REMOVED***
props.load(input);
@ -75,7 +75,7 @@ public class Props ***REMOVED***
***REMOVED***read from filesystem
FileInputStream input;
try ***REMOVED***
input = new FileInputStream(home+"/dpmConfig/service.properties");
input = new FileInputStream(home+"/dataminer-pool-manager/dpmConfig/service.properties");
***REMOVED*** loading properites from properties file
try ***REMOVED***
props.load(input);