alone Jetty be used as a reverse proxy (without Apache mod

I have an application which includes a Jetty web server that we distribute to multiple user to deploy on their servers. Based on some new requirements, we need to include reverse proxy capabilities. The Jetty documentation talks about using Apache as the reverse proxy in front of Jetty. While this works, it would be much easier to just use Jetty and not have to carry around Apache. Is there any way to configure standalone Jetty as a reverse proxy?


Sure you should be able to use the ProxyServlet which is fully async and quite customizable if needed:

http://www.eclipse.org/jetty/documentation/current/proxy-servlet.html

链接地址: http://www.djcxy.com/p/17702.html

上一篇: 使用巧克力创建你自己的包

下一篇: 单独的Jetty被用作反向代理(没有Apache mod