I have the Knopflerfish http_console bundle deployed in equinox, which is embedded in a war file using the equinox servlet bridge.
The console is accessible at http://localhost:8080/urlpart1/urlpart2/servlet/console . However, the images are not loaded, and on inspection, the image path is listed as http://localhost:8080/console/resources/bundle-active.png , which is wrong in this context.
Previously I was using v 1.0.0 of the bundle, and now I have started using v 3.0.2 from the maven release repositories.