Thanks, playing with org.apache.catalina.WebResourceRoot can work. That said not respecting addURL maybe means you should override it to throw an UnsupportedOperataion no? + the comment of org.apache.catalina.loader.WebappClassLoader#getURLs is weird since it references addURL
*Romain Manni-Bucau* *Twitter: @rmannibucau <https://twitter.com/rmannibucau>* *Blog: **http://rmannibucau.wordpress.com/*<http://rmannibucau.wordpress.com/> *LinkedIn: **http://fr.linkedin.com/in/rmannibucau* *Github: https://github.com/rmannibucau* 2013/4/24 Konstantin Kolinko <[email protected]> > 2013/4/24 Mark Thomas <[email protected]>: > > On 24/04/2013 17:51, Romain Manni-Bucau wrote: > >> > >> how libs/extension (like tomee) should extend it? > > > > > > Use the replacement feature. > > > > resources > > In nightly Tomcat 8 docs those are described here: > http://ci.apache.org/projects/tomcat/tomcat8/docs/config/resources.html > > > > (...) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
