You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2019/05/11 11:39:00 UTC

[jira] [Updated] (KARAF-6277) Upgrade to felix-http 4.0.8

     [ https://issues.apache.org/jira/browse/KARAF-6277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré updated KARAF-6277:
----------------------------------------
    Summary: Upgrade to felix-http 4.0.8  (was: Add felix-http feature)

> Upgrade to felix-http 4.0.8
> ---------------------------
>
>                 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é
>            Priority: Major
>             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)