Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] web app specific port in single jetty instance

Yes I already did. Here, we need to created multiple server instances which is not feasible for our application. Instead, I'm looking to configure unique port per web application. I do see Named Connectors but I don't see any examples on how to implement this. Can I have examples to use this?

On Mon, Jul 29, 2019 at 1:56 PM Jan Bartel <janb@xxxxxxxxxxx> wrote:

On Mon, 29 Jul 2019 at 18:14, deepak dhandapani <deepakd020395@xxxxxxxxx> wrote:
Jetty version i'm running is jetty-distribution-9.4.9.v20180320

On Mon, Jul 29, 2019 at 1:42 PM deepak dhandapani <deepakd020395@xxxxxxxxx> wrote:
Hi There,

I'm looking to configure unique port for each web application i'm running in a single jetty server instance.

For example, I have two webapps A and B, I want to make the webapp A should listen to port 1111 only and webapp B should listen to port 2222 only.

Could someone guide me how to do this?

Thanks in advance!
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jetty-users


--
Jan Bartel <janb@xxxxxxxxxxx>
www.webtide.com
Expert assistance from the creators of Jetty and CometD

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jetty-users

Back to the top