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://karaf.922171.n3.nabble.com/http-server-config-from-feature-tp4025430.html
Sent from the Karaf - User mailing list archive at Nabble.com.

Reply via email to