You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Charles Moulliard (JIRA)" <ji...@apache.org> on 2009/11/20 10:21:40 UTC

[jira] Updated: (FELIX-1881) Add pax-web-extender required in the HTTP feature

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

Charles Moulliard updated FELIX-1881:
-------------------------------------

    Attachment: features.xml

> 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.