RE: Tomcat 8.x/9.x using and meta-inf/resources

2017-08-01 Thread DESFORGES, Frederic
> Does that work any better? Yes that's work, thanks for given a clear and precise answer. fred - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Tomcat 8.x/9.x using and meta-inf/resources

2017-08-01 Thread DESFORGES, Frederic
Hi, I have some trouble using configuration (used though cargo maven plugin). What I want to do : I have some files in a jar in META-INF/resources folder, I have to access to them. In some case I achieve to make it working but the solution is not really clean in my point of view. I have repr