Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Number of webapps pr Jetty server?

Hi,

On Wed, Oct 26, 2016 at 6:31 PM, Bjørn T Johansen <btj@xxxxxxxxxx> wrote:
> What's the recommended way to setup multiple web applications, by using one Jetty instance pr application? Or by setting up x number of applications
> pr Jetty instance? And if so, what is the max of x?

Too broad :)

We have basically all possible cases;
from single webapp in Jetty in a small JVM, with possibly multiple
similar deployments on the same host;
to N webapps in Jetty in a larger JVM.

It depends what kind of webapps too: simple ones tend to not have big
impact on the JVM, larger ones may create more garbage that may impact
other webapps responsiveness.

There is no one size fits all, but Jetty accommodates virtually every
use case :)

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top