Moved the SCGI storage root default into Environment.
[jsvc.git] / src / dolda / jsvc / scgi / Environment.java
index e91f57a..b2f85bf 100644 (file)
@@ -27,6 +27,8 @@ public class Environment {
     }
     
     private void loadconfig() {
+       File sroot = new File(root, "store");
+       sysconfig.put("jsvc.storage", "file:" + sroot.getPath());
        File conf = new File(root, "jsvc.properties");
        if(conf.exists()) {
            try {