If I have multiple application embedding Jetty, is it possible that I can have them listen on the same TCP port with different url ?
For example: application A handles all requests on http://<myserver>/AppA, and application B handles all requests on http://<myserver>/AppB The reason for doing this is to have multiple applications serving at the same port 80, without resorting to apache's reverse proxy support. Thanks in advance for your help.
_______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
