[
https://issues.apache.org/jira/browse/KARAF-6277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean-Baptiste Onofré updated KARAF-6277:
----------------------------------------
Description:
{code}
org.apache.felix.jettyEnabled=true
{code}
was:
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 editing {{etc/custom.properties}}
with:
{code}
org.apache.felix.jettyEnabled=true
{code}
> 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
>
>
> {code}
> org.apache.felix.jettyEnabled=true
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)