-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathREADME
13 lines (11 loc) · 807 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
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.