Jean-Baptiste Onofré created KARAF-6277:
-------------------------------------------

             Summary: Add felix-http feature
                 Key: KARAF-6277
                 URL: https://issues.apache.org/jira/browse/KARAF-6277
             Project: Karaf
          Issue Type: New Feature
          Components: karaf
            Reporter: Jean-Baptiste Onofré
            Assignee: Jean-Baptiste Onofré
             Fix For: 4.3.0, 4.2.6


Even if I consider Pax Web as a better provider for HTTP service, some users 
requested to be able to use Felix HTTP.
We should provide a {{felix-http}} feature looking like:

{code}
<feature name="felix-http" description="Apache Felix HTTP feature"
version="xxxx">
    <bundle>mvn:org.apache.felix/org.apache.felix.http.bundle/xxxx</bundle>
    <config name="org.apache.felix.http">
        org.osgi.service.http.port=8181
    </config>
</feature>
{code}

It should also supported Jetty embedded by editin {{etc/custom.properties}} 
with:

{code}
org.apache.felix.jettyEnabled=true
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to