You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2010/06/28 11:56:59 UTC

[jira] Moved: (KARAF-22) Add pax-web-extender required in the HTTP feature

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

Guillaume Nodet moved FELIX-1881 to KARAF-22:
---------------------------------------------

        Project: Karaf  (was: Felix)
            Key: KARAF-22  (was: FELIX-1881)
    Component/s:     (was: Karaf)

> Add pax-web-extender required in the HTTP feature
> -------------------------------------------------
>
>                 Key: KARAF-22
>                 URL: https://issues.apache.org/jira/browse/KARAF-22
>             Project: Karaf
>          Issue Type: New Feature
>            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.