Hi James, You can try to add it in etc/config.properties file:
activemq.base=${karaf.base} But, AFAIR, ActiveMQ is looking for a System property. If it doesn't work in the config.properties file, you can add it -Dactivemq.base= in the java line of the bin/karaf startup script. Regards JB On Thu 07/07/11 15:31 , James Mittler wrote:: I loaded ActiveMQ 5.5 into Karaf 2.2.2 via mvn:org.apache.activemq/activemq-karaf/5.5.0/xml/features When I start the activemq-web-console, I'm seeing a ${activemq.base} directory in my Karaf installation. Is there somewhere I should be setting the value of ${activemq.base}? Thanks!!