I'm in the process of installing a Karaf-based application on a Unix server. I'd like to split the application+cfg (/opt/app) from the data (/var/opt/app). For that I've set karaf.base to /var/opt/app in etc/system.properties. That takes care of most parts, but a "data" directory is still created under /opt/app (containing "cache" and "txlog").
So I wonder if my understanding is wrong about karaf.home (application+cfg?) and karaf.base (data, temp files?) is wrong. I haven't found anything about that in the documentation. Please note I'm still running a Karaf 0.9 snapshot as I didn't manage to make my application run under Karaf 1.0 in the time I had available. I'll get back to that when I have more time. Thanks, Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

