https://github.com/apache/karaf-webconsole
Mirror of Apache Karaf WebConsole
https://github.com/apache/karaf-webconsole
java karaf network-server osgi
Last synced: about 1 month ago
JSON representation
Mirror of Apache Karaf WebConsole
- Host: GitHub
- URL: https://github.com/apache/karaf-webconsole
- Owner: apache
- License: apache-2.0
- Created: 2012-08-02T07:00:17.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2023-04-14T20:48:42.000Z (about 2 years ago)
- Last Synced: 2025-04-03T04:17:02.485Z (about 2 months ago)
- Topics: java, karaf, network-server, osgi
- Language: Java
- Size: 1020 KB
- Stars: 5
- Watchers: 16
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
Apache Karaf Wicket WebConsole
===============================The base idea of this project is to take the current felix webconsole (we use in Karaf), base it
on wicket and handle the entire thing on pax-wicket. Based on this method it should
be very simple to provide an VERY configurable and extendable webconsole which should
be much easier to write than the current one based on plain jscript and servlets.This version uses the current snapshot of the OPS4J Pax Wicket Project. Although snapshots
are available via Sonatype please make sure that you've the latest build of Pax Wicket master
in your local .m2 repositories:Instructions to build and deploy the project
1) Download the code from : http://svn.apache.org/repos/asf/karaf/webconsole/trunk webconsole
2) Build it : mvn clean install -Dtest=false
3) Download Karaf from here : https://repository.apache.org/content/repositories/releases/org/apache/karaf/apache-karaf/2.2.2/
4) Unzip/untar it and open a DOS/Unix shell
5) Go to bin directory and start Karaf bin/karaf.bat or bin/.karaf
6) Execute the following instructions :features:addurl mvn:org.apache.karaf.webconsole/apache-karaf-webconsole/0.3.0-SNAPSHOT/xml/features
features:install webconsole-wicket7) Open cns website in your browser : http://localhost:8181/console/