tree: 7b07a501e84f03031e31f0cf63009bcfa47137c4 [path history] [tgz]
  1. karaf-war-example-features/
  2. karaf-war-example-webapp/
  3. pom.xml
  4. README.md
examples/karaf-war-example/README.md

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