> Why the . extra subdirectory? The repository home folder is used by various components in Oak. For example FileDataStore stores the binaries under <repository home>/datastore folder. Hence the subdirectory. So it would result in
<repository home>/segmentstore <repository home>/datastore Later we would probably store the config files when using Oak outside of std OSGi env like with PojoSR Chetan Mehrotra On Mon, Mar 31, 2014 at 9:50 PM, Jukka Zitting <[email protected]> wrote: > Hi, > > On Fri, Mar 14, 2014 at 4:42 AM, <[email protected]> wrote: >> @@ -84,6 +112,8 @@ public class SegmentNodeStoreService ext >> String directory = lookup(context, DIRECTORY); >> if (directory == null) { >> directory = "tarmk"; >> + }else{ >> + directory = FilenameUtils.concat(directory, "segmentstore"); >> } > > Why the extra subdirectory? > > BR, > > Jukka Zitting
