0

Is there a lightweight alternative (while still using Jetty) to WebAppContext for serving static files from a JAR file on the classpath?

Gili
  • 86,244
  • 97
  • 390
  • 689

1 Answers1

0

You can use the classes in the com.sun.net.httpserver package for serving static files

Johm Don
  • 609
  • 2
  • 5
  • 15