I have a Java web application (Eclipse/OSGI) on a Jetty server. I want to be able to serve static files to my web application from a folder outside of the web root. In my web ap
Solved it!
This is what I added to my jetty.xml file:
/myContextPath false /actual/folder/on/file/system [...other handlers...]