Add pax-web-extender required in the HTTP feature
-------------------------------------------------

                 Key: FELIX-1881
                 URL: https://issues.apache.org/jira/browse/FELIX-1881
             Project: Felix
          Issue Type: New Feature
          Components: Karaf
            Reporter: Charles Moulliard
         Attachments: features.xml

The feature file of Karaf proposes a HTTP feature containing the following 
bundles.

{code}
    <feature name="http" version="${version}">
        <config name="org.ops4j.pax.web">
          org.osgi.service.http.port=8181
        </config>
        
<bundle>mvn:org.apache.geronimo.specs/geronimo-servlet_2.5_spec/${geronimo.servlet.version}</bundle>
        
<bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jetty-bundle/${jetty.bundle.version}</bundle>
        <bundle>mvn:org.ops4j.pax.web/pax-web-api/${pax.web.version}</bundle>
        <bundle>mvn:org.ops4j.pax.web/pax-web-spi/${pax.web.version}</bundle>
        
<bundle>mvn:org.ops4j.pax.web/pax-web-runtime/${pax.web.version}</bundle>
        <bundle>mvn:org.ops4j.pax.web/pax-web-jetty/${pax.web.version}</bundle>
    </feature>
{code}

This feafure is not complete as we need PAX-Web-Extender to deploy web projects 
from WAR (ex : Wicket) or deploy an OSgi servlet (ex : CXF - Transport OSGI)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to