I'm writing a localhost web/websocket application bundled inside an uber jar.
It's a single-page site, and the HttpServlet will send the html that communicates with the WebSocket server. I'd like the page to remain inside the jar and have the HttpServlet be able to load it from there and send it to the client.
Is this possible? If so, how?