[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [jetty-users] Number of webapps pr Jetty server?
|
On Wed, 26 Oct 2016 19:32:33 +0200
Simone Bordet <sbordet@xxxxxxxxxxx> wrote:
> 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 :)
>
Yes, I thought I might be getting answers like these but I just thought perhaps there were some general guidelines...
Thx though... :)
BTJ