Apache Karaf WAR Example

Abstract

As a polymorphic runtime, Apache Karaf is able to deploy and run lot of different kind of applications.

It's especially possible to deploy a web application packaged as a war, as you can do in any web container.

This example shows how to create a regular war to be deployed in Apache Karaf.

Artifacts

  • karaf-war-example-webapp is a regular simple war.
  • karaf-war-example-features provides a Karaf features repository used for deployment.

## Build

Simply use:

mvn clean install

## Feature and Deployment