file « jetty « Java Enterprise Q&A





1. How to Configuring Logging in Jetty via config file?    stackoverflow.com

How do I get jetty to turn down the level of logging from the default of INFO? I'm actually trying to run the default Apache Solr installation, which ships with jetty, but ...

2. Birt report file path    stackoverflow.com

I'm trying to setup Birt running under Jetty. I can get the "congratulations" report to run: http://10.10.11.1:8080/reports/frameset?%5F%5Freport=test.rptdesign&sample=my+parameter However, I am not able to get any other reports to run. I have ...

3. Running Jetty with instrumented files (cobertura)    stackoverflow.com

I've several Selenium tests and want to know their coverage (measured with Cobertura). I'm using Maven 2 as a build framework. Before executing my Selenium tests, I launch the web ...

4. Cryptic jetty-maven-plugin error message 'ERROR: PWC6117: File "null" not found'    stackoverflow.com

I have a Maven Webapp producing a WAR file. I've just upgraded my Jetty plugin to the 7.4.2.v20110526 (from 6.x). I have the following set up:

       ...

5. Dynamic file loading in jetty    stackoverflow.com

As per our implementation we are dynamically creating some image files in the server side and sharing the URLs. But we are unable to retrieve the image resources uing the URLs ...

6. Serve files from folder outside web application in Jetty    stackoverflow.com

I have a Java web application (Eclipse/OSGI) on a Jetty server. I want to be able to serve static files to my web application from a folder outside of the web ...