Hi, 

In the /etc folder there is a series of configuration files that dictate how
the system starts up. The two files of particular interest are
org.apache.karaf.features.cfg and startup.properties. I believe a solution
to your problem lies in there, my preference would be to add the features to
the org.apache.karaf.features.cfg file with something like this:

original
#
# Comma separated list of features to install at startup
#
featuresBoot=karaf-framework,config,activemq-broker,activemq-spring,cxf-specs,camel,camel-activemq,camel-cxf,camel-blueprint,war

updated
#
# Comma separated list of features to install at startup
#
featuresBoot=karaf-framework,config,activemq-broker,activemq-spring,cxf-specs,camel,camel-activemq,camel-cxf,camel-blueprint,war,
/*camel-http,camel-ftp*/

I apologise if my suggestion is not correct but this was the first thing
that came to mind.

Thanks

Graham



--
View this message in context: 
http://servicemix.396122.n5.nabble.com/Scripted-deployment-tp5620587p5622623.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to