Re: [jetty-users] Forwarding virtual host requests to another server

2017-11-08 Thread Chris Walker
John, You could look into accomplishing this with the MovedContextHandler (Javadoc here ) or making use

[jetty-users] Forwarding virtual host requests to another server

2017-11-08 Thread John English
I have an HTTPS server (Jetty 9.4) which is setup like this (in myapp.xml in my webapps directory): foo.bar.net 192.168.1.200 127.0.0.1 I would now like to use a separate domain name on the same system for a non-Jetty HTTPS server, so I'd like to forward