directory « jetty « Java Enterprise Q&A





1. Jetty: Mount to a directory on a different host    stackoverflow.com

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 ...

2. how to enable/disable directory browsing Red5 app    stackoverflow.com

I have developed red5 app. How do I enable/disable directory browsing for the streams.

3. Custom webapps directory in Jetty    stackoverflow.com

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 ...

4. How to configure a webapps deployment directory in Jetty    stackoverflow.com

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 ...

5. How to disable directory listing for Jetty's WebAppContext?    stackoverflow.com

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 ...

6. How can I to run jetty from out side the jetty's directory?    stackoverflow.com

I am trying to run jetty from outside jetty director; the following error is popping out:

java -jar jetty-6.1.11/jetty-6.1.11/start.jar 
java.lang.ClassNotFoundException: org.mortbay.xml.XmlConfiguration 
I think I need to add the libraries, anybody can ...