1. Java Web Server with Jetty - TCP Connections Taking Long stackoverflow.comI have an application with fairly high traffic (20K req/min) running on the JVM with a Jetty servlet container on Ubuntu. Below is my Jetty configuration: ... |
2. 1 second connection times for localhost vs. nill connection times agains my IP 192.168.1.x stackoverflow.comI'm seeing an odd behavior connecting to a development webserver running on my local machine. When I connect to http://192.168.1.14 (my ip) everything loads fast (sub 200ms for a page ... |
3. jetty server refusing connections from 127.0.0.1 stackoverflow.comNot sure what's going on here exactly, but my local jetty server that I'm running via the maven plugin, as in:
|
4. Jetty throws SocketTimeoutException if client doesn't close connection stackoverflow.comMy application uses Jetty to handle SSL requests. SSL connector configured as described below:
|
5. How do I limit the number of connections Jetty will accept? stackoverflow.comI'm running Jetty 7.2.2 and want to limit the number of connections it will handle, such that when it reaches a limit (eg 5000), it will start refusing connections. Unfortunately, all ... |
6. Healthvault Java API:Connection timed out: connect stackoverflow.comI am trying to test Healthvault Java API with Maven and Jetty. I am trying examples ui-sdk and ui-jaxb i can login to the HV but once i login and revert back ... |
7. Setting up Oracle Connection Pool with Jetty stackoverflow.comHow can I go about setting up an Oracle 10g connection pool in Jetty. I had a look at http://docs.codehaus.org/display/JETTY/DataSource+Examples, and Oracle 10g is listed under Non-pooling Data Sources, ... |