I have an application that includes a Jetty web server, which we distribute to several users for deployment on their servers. Based on some of the new requirements, we need to enable reverse proxy capabilities. Jetty's documentation talks about using Apache as a reverse proxy in front of Jetty. Although this works, it would be much easier to use Jetty and not port Apache. Is there a way to configure standalone Jetty as a reverse proxy?
source share