Maybe I have misunderstood things. I am trying to provide configuration for the http server using the following feature definition:
<feature name="httpserver-config" version="1.0.0"> <config name="org.ops4j.pax.web"> org.osgi.service.http.port = 8181 org.osgi.service.http.port.secure = 8443 org.osgi.service.http.enabled = true org.osgi.service.http.secure.enabled = true org.ops4j.pax.web.ssl.keystore = my.keystore org.ops4j.pax.web.ssl.password = xyz org.ops4j.pax.web.ssl.keypassword = abc org.ops4j.pax.web.ssl.clientauthwanted = true org.ops4j.pax.web.ssl.clientauthneeded = true </config> </feature> When I install this feature nothing happens with the http-server configuration and no information is put into the log. Can someone provide any clarifications? Thanks Lars -- View this message in context: http://camel.465427.n5.nabble.com/http-server-config-from-feature-tp5716876.html Sent from the Camel - Users mailing list archive at Nabble.com.