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

I got this working using named connectors. Followed below two sites.

https://www.eclipse.org/jetty/documentation/9.4.19.v20190610/serving-webapp-from-particular-port.html 
https://www.eclipse.org/jetty/documentation/9.4.x/configuring-virtual-hosts.html 

Thanks 

On Mon, Jul 29, 2019 at 3:24 PM Bill Ross <ross@xxxxxxxxxxxx> wrote:
Either way, syncing component updates seems like the interesting
design-for-production issue for a high-traffic site, and an existing
solution could be the cause of the single-process constraint, if already
locally-solved or by an existing package less interesting to folk who
are addicted to original solutions:

https://www.reddit.com/r/MachineLearning/comments/cimh5b/d_should_we_take_over_the_world_ourselves_or_just/

Bill

On 7/29/19 2:28 AM, Bill Ross wrote:
> Can you describe why? It seems to once-educated me that a server's
> whole job is to service a port, and I'd expect you can run multiple
> jetty servers within a 'larger' server process, so they could share
> infrastructure as easily as separate webapps do.
>
> Bill
>
> On 7/29/19 2:22 AM, deepak dhandapani wrote:
>> Here, we need to created multiple server instances which is not
>> feasible for our application.
> _______________________________________________
> 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
_______________________________________________
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