Lazy web, is there a way to get Jetty server to serve a single static page and send it with a specific HTTP error code?
I’m wrapping a containerized service in a scripted entry point and want to throw up a 500-series error page if one of the safety checks fails.
#Jetty #containers #ErrorHandling #LazyWeb #WebServer