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

View File

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