When I serve a static page I have to handle the various requests for JS, CSS and the like that hit the server. They are easy as they are just text files which I can Write out (I create handlers for the subdirectories like css/...and just write their contents to the ServletResponse)
But how to send, for example, myimage.jpg?
But how to send, for example, myimage.jpg?