Just fyi:
https://github.com/apache/karaf/tree/main/examples/karaf-http-resource-example

Regards
JB

On Sat, Feb 21, 2026 at 10:09 PM Steinar Bang <[email protected]> wrote:

> >>>>> Grzegorz Grzybek <[email protected]>:
>
> > With Pax Web Jetty feature comes default jetty.xml which contains this
> for
> > example:
>
> > <Set name="handler">
> >   <New id="GzipHandler"
> > class="org.eclipse.jetty.server.handler.gzip.GzipHandler">
> >     <Set name="handler">
> >       <Ref refid="OrigHandler" />
> >     </Set>
> >   </New>
> > </Set>
>
> Here is the stuff I added to jetty.xml:
>
> https://gist.github.com/steinarb/8eaf57dc9fb37b778e2ea9381124f099#file-jetty-xml-L134
>
> Then I enabled the config with
>
> https://gist.github.com/steinarb/6784d5659ed1ef6f90d83146556cf349#file-org-ops4j-pax-web-cfg-L27
>
> This made the Pictures directory available, but stopped the web
> whiteboard from working.
>
> I guess I will need to enable the web whiteboard in jetty.xml as well...?
>
>

Reply via email to