|
There was a special org.jboss.weld.environment.servlet.TomcatListener which solved this problem in a non-portable way (see also
WELD-617
). Unfortunately this listener doesn't work anymore (due to ServletContainerInitializer support). The good news is we can make use of javax.servlet.ServletContext.getResourcePaths(). Right now we're testing the prototype.
|