Skip to content

guofengzh/jetty-on-karaf

Repository files navigation

Deploy Jetty 9.0.0 (using jetty-osgi-boot for web bundle support) to Karaf 3.0.0

Usage:
   1. Open a DOS console (Windows) or a terminal (Linux), change the current directory to jetty-on-karaf.
   2. Run "mvn clean install" to build the projects.
   3. Unzip jetty-on-karaf-1.0.0-SNAPSHOT.tar.gz in the target directory in the apache-karaf directory
   4. Change the current directory to be in "jetty-on-karaf-1.0.0-SNAPSHOT".
   5. Run "bin\karaf" (Windows) or "bin/karaf" (Linux)
   6. On the Karaf Console, run:
      karaf@root()> feature:repo-add mvn:org.planner/jetty-on-karaf-features/1.0.0-SNAPSHOT/xml/features
      karaf@root()> feature:install -v karaf-webconsole
   7. To access the web console, use "http://localhost:8080/system/console", type "karaf" for username and "karaf" for password.

About

Deploy Jetty OSGi on Karaf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published