I need to forward requests for different virtual hosts (ABC.COM<http://abc.com/>
, DEF.COM <http://def.com/>, etc.) to different JVMs (service for
ABC.COM<http://abc.com/>,
service for DEF.COM <http://def.com/>, etc.) on the same machine.  Can
Jetty (8)
be used like Apache's mod_proxy this way?  How? Any advantages or
disadvantages?

They need to be different JVMs for security and start/stop/crash isolation
from each other. Requests need to all come to port 80 (or all to ssl port
443) because non-standard ports are often blocked for our users. Services
could listen for 'forwards' on their own ports internally, if that would
help.

Ideas?

Thanks.
_______________________________________________
jetty-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to