X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=src%2Fdolda%2Fjsvc%2Fstore%2FStore.java;h=d32b3a2f0ca4cf95e3bd79b7b9619808bdd67a42;hb=6a0cb6cbc9b46f7e220e27e08b9eaa8805e99d6d;hp=0664156c369e75376de6038bfae623d066db7147;hpb=9f01683a8fd45c753e6aa6580705e0810b701355;p=jsvc.git diff --git a/src/dolda/jsvc/store/Store.java b/src/dolda/jsvc/store/Store.java index 0664156..d32b3a2 100644 --- a/src/dolda/jsvc/store/Store.java +++ b/src/dolda/jsvc/store/Store.java @@ -24,7 +24,7 @@ public abstract class Store implements Iterable { ThreadContext ctx = ThreadContext.current(); if(ctx == null) throw(new RuntimeException("Not running in jsvc context")); - String bn = ctx.server().config("jsvc.storage"); + String bn = ctx.server().sysconfig("jsvc.storage", null); if(bn == null) throw(new RuntimeException("No storage root has been configured")); return(bn);