OSGi debugging

proceeding

  1. launch a OSGi runtime with a osgi.console (either via telnet or direct console)
  2. paste one of the following into osgi console
    source http://peterkir.github.io/static/osgi-debug/webconsole.osgi
    source https://peterkir.github.io/static/osgi-debug/webconsole_https.osgi
  3. open a web browser and goto url
    http://localhost:8080/system/console
    (credentials: admin/admin)
  4. enjoy the webconsole

background information