Is there a lightweight alternative (while still using Jetty) to WebAppContext for serving static files from a JAR file on the classpath?
Asked
Active
Viewed 375 times
1 Answers
0
You can use the classes in the com.sun.net.httpserver package for serving static files

Johm Don
- 609
- 2
- 5
- 15
-
I've updated the question to clarify that I still want to use Jetty. – Gili Apr 24 '14 at 21:56