Skip to content Skip to sidebar Skip to footer
Showing posts with the label Jetty

Serving Static Html Files Using Defaultservlet On Embedded Jetty

I'm working on a project that needs to be self contained so I've decided to embed Jetty in … Read more Serving Static Html Files Using Defaultservlet On Embedded Jetty

Unable To Load Java Script Files In Jetty Webapplication

I have a very simple webapp where I am trying to plot graphs using flot javascript library. My JSP … Read more Unable To Load Java Script Files In Jetty Webapplication

How To Correctly Support Html5

i have a simple ResourceHandler on my Java/jetty application, jetty is serving a 2 simple files, on… Read more How To Correctly Support Html5