Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Issue of library conflict when deploying multiple web applications


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, <tjlp@xxxxxxxx> 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
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users



--

Back to the top