On Wed, 26 Oct 2016 19:32:33 +0200 Simone Bordet <[email protected]> wrote:
> Hi, > > On Wed, Oct 26, 2016 at 6:31 PM, Bjørn T Johansen <[email protected]> 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 _______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
