Hi, On Mon, Jun 10, 2013 at 7:39 PM, Shane Curless <[email protected]> wrote: > The feature I need is for Railo to be able to tell Jetty to serve a specific > file after it has located it via meta-information from the database. > This works perfectly well using Nginx and <cfheader name="X-Accel-Redirect" > value="/path/to/the/file" />, is there a similar thing I can do using Jetty > standalone?
As I said, if "/path/to/file" maps to DefaultServlet, you don't even need to set the header: it will be served asynchronously and via direct buffers. -- Simone Bordet ---- http://cometd.org http://webtide.com http://intalio.com Developer advice, training, services and support from the Jetty & CometD experts. Intalio, the modern way to build business applications. _______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
