Hi, With Karaf 4.3.6 / Pax Web 7.3.23, I had used a WAB to provide some HTML files for online help, and - depending on the parts of my application which are installed - fragment bundles with additional help files. The war feature handled that correctly.
With Karaf 4.4.2, I wanted to switch to using the pax-web-http-whiteboard, providing a resource service in my main help bundle with appropriate settings for HTTP_WHITEBOARD_RESOURCE_PATTERN and HTTP_WHITEBOARD_RESOURCE_PREFIX. Looks bit more lightweight than a WAB. The HTML files from my main help bundle are served correctly, but not the ones from the fragment bundles. So: does somebody know an (easy) way to make resources in fragment bundles visible for the resource service, assumed that all fragments are already installed when the bundle with the resource service is started? Possibly some example exists somewhere. Or would that lead so far that it is by far easier to just keep the WAB approach with the pax-web-war feature? Thanks & Regards, Jochen
