[jetty-users] (no subject)

2013-06-29 Thread Josh Stratton
Is there way to to use context handlers but also have a handle that doesn't catch all files that would normally be 404s? I'm making a HandlerList of ContextHandlers that map a url to a handler, but everything not caught seem to go to the last handler, which represents the homepage and shouldn't ha

[jetty-users] Question about Jetty HTTP client 6.1.26

2013-06-29 Thread Manpreet Singh
We are using jetty-6.1.26 HTTP client to post messages to an IIS server (SSL) on very low bandwidth and high latency connections (VSAT). The code fragment used is as below: httpClient.setConnectorType(HttpClient.CONNECTOR_SELECT_CHANNEL); httpClient.setMaxConnectionsPerAd

[jetty-users] Question about getRequestDispatcher(..).include(..) from one web-app to another in the same Jetty instance

2013-06-29 Thread Paul Hammant
Can Jetty allow one webapp to forward/include to handlers on an adjacent webapp in the same container? The normal way of doing that would be like so: request.getServletContext().getContext("/other").getRequestDispatcher("/anything").include(request, response); Subject to policy/config the getCon