Yes, The Jetty system/server classes set on the WebAppContext instance can be used to hide and/or protect classes/packages used by the server from the webapplication.
This normally is sufficient, but in some complex situations class shading can also be used to avoid clashes... or OSGi! cheers On 10 May 2016 at 15:29, <[email protected]> wrote: > Is it possible to avoid the library conflict between the one used by > Jetty and the one used by a web application deployed in Jetty? > > > Thanks > > _______________________________________________ > 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 > -- Greg Wilkins <[email protected]> CTO http://webtide.com
_______________________________________________ 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
