From 94a726892c9aabaae389625a39deac8d196badfe Mon Sep 17 00:00:00 2001 From: Holger Friedrich Date: Sat, 7 Jun 2025 08:16:03 +0200 Subject: [PATCH] Document Felix Webconsole available in demo app Signed-off-by: Holger Friedrich --- developers/ide/generic.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/developers/ide/generic.md b/developers/ide/generic.md index 940cb151d..27ccef4f6 100644 --- a/developers/ide/generic.md +++ b/developers/ide/generic.md @@ -74,3 +74,12 @@ open it in your browser. Each modification of your code requires rebuilding your add-on with `mvn clean install` so that it is deployed in your local repository and accessible for the next execution. + +### Felix Webconsole + +The demo app includes the Apache Felix Webconsole, which can be used to diagnose, manage, and deploy bundles during runtime. + +Check out [http://localhost:8080/system/console/](http://localhost:8080/system/console/). +Default credentials are admin:admin. + +Note that this feature is only available in the demo app. \ No newline at end of file