Embedded Jetty looking for files inside its Jar file

Viewed 20144

I successfully embedded Jetty on a test application. It can serve files without issues. Now I want to know if it's possible for Jetty to serve files that are inside its own Jar file.

Does anyone know if that's possible?

4 Answers
Related