I'm looking to map to a directory on a different host using Jetty/Maven when working locally. I've found you can do this w/ Apache using mod_jk (JkMount/JkUnMount), but haven't figured ...
I'm running Jetty through command line java -Djetty.port=8082 -jar start.jar. I need Jetty only for serving HTML files that would be viewed locally in web browser.
I wonder how can I specify ...
This must be a dead simple answer but one I just can't seem to find!
I've just started using Jetty (ver 7.0.2) on CentOS 5.5 and have deployed a webapp with ...
I'm embedding Jetty (version 7.4.5.v20110725) into a java application. I'm serving JSP pages in ./webapps/jsp/ using Jetty's WebAppContext, but if I visit localhost:8080/jsp/ I get Jetty's directory listing for the ...