response « jetty « Java Enterprise Q&A





1. Jetty Response with no Charset    stackoverflow.com

I'm using Jetty to test a webservice we have and I am trying to get it to respond with no charset under the content-type header. Does anyone know how to do this? I've ...

2. Force Jetty 7.0 to Response with HTTP/1.0    stackoverflow.com

I'm using Jetty 7.0 embedded mode and looking for a way to force Jetty to response with HTTP 1.0 and not 1.1 (which seems to be the default). Is there any setting ...

3. How do I improve jetty response times?    stackoverflow.com

I'm trying to speed test jetty (to compare it with using apache) for serving dynamic content. I'm testing this using three client threads requesting again as soon as a response comes back. These ...

4. How to enable response time logging in Jetty 7    stackoverflow.com

Apache and Tomcat both make it easy to log response times out to the server access log (with the %D pattern), but I've been unable to find any equivalent support in ...

5. Problem with simple Ajax/REST client and XML response (never returns)    stackoverflow.com

We have a web application where we can, from a browser, do an HTTP GET, and it returns an XML document. That works fine. To test this web app, I wrote ...

6. Normal CPU Usage But Slow Jetty Response Time During Peak Hour    stackoverflow.com

We have several web servers running jetty to serve 100 request per second. During peak hour, the response time of the jetty becomes slow and the number of request that the jetty ...