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/04/19 09:18:00 UTC

[jira] [Created] (KARAF-6247) Add web:install command

Jean-Baptiste Onofré created KARAF-6247:
-------------------------------------------

             Summary: Add web:install command
                 Key: KARAF-6247
                 URL: https://issues.apache.org/jira/browse/KARAF-6247
             Project: Karaf
          Issue Type: New Feature
          Components: karaf
            Reporter: Jean-Baptiste Onofré
            Assignee: Jean-Baptiste Onofré
             Fix For: 4.3.0, 4.2.6


It's currently possible to deploy a {{war}} file using the {{webbundle}} protocol. For instance, the following works fine:

{code}
karaf@root()> bundle:install -s webbundle:mvn:org.apache.karaf.examples/karaf-war-example-webapp/4.3.0-SNAPSHOT/war?Web-ContextPath=example
{code}

However, it's maybe not so straight forward  for users. As we have {{web:list}} command, it makes sense to provide {{web:install}} and {{web:uninstall}} commands.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)