The instance helper uses "karafHome.equals(karafBase)" to identify the root instance. I cannot use the same directory for karaf base and karaf home. Some stuff is writing to karaf.base at runtime. Karaf itself create the lock file in karaf base. Also some bundles I need to use seems to write to that directory (I believe this is the working dir).
Is it wrong to set base != home or is this check of the instance helper not the best one? 2015-09-20 16:51 GMT+02:00 Markus Rathgeb <[email protected]>: > I checked in an example, so you could reproduce it: > https://github.com/maggu2810/karaf-custom-distribution/tree/dir-layout > > repo: [email protected]:maggu2810/karaf-custom-distribution.git > branch: dir-layout
