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 :) -- Simone Bordet ---- http://cometd.org http://webtide.com Developer advice, training, services and support from the Jetty & CometD experts. _______________________________________________ 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
