Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Question about multiple jetty application sharing the same port

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.


Back to the top