This commit is contained in:
Lucio Lelii 2017-09-19 16:53:28 +00:00
parent 9fa8280374
commit f2825d16fc
1 changed files with 2 additions and 0 deletions

View File

@ -89,6 +89,8 @@ public class ConfigurationManager {
String webperspath = WPSConfig.getConfigDir() + "../persistence/";
// selecting persistence path
// String persistencePath = File.createTempFile("wpsstatcheck", ".sm").getParent() + "/../cfg/";
//TODO: REMOVE this shit (the persistence must be the persistence dir of the webapp)
String persistencePath = WPSConfig.getConfigDir() + "../ecocfg/";
String configPath = persistencePath;
if (!new File(configPath).isDirectory()) {