Re: tomcat7-maven-plugin using standardjarscanner instead of webappclassloader

2015-02-06 Thread Alexander Johnson
It turns out I was mis-understanding the problem here by just looking at the logging output. The StandardJarScanner is always run before the WebAppClassLoader, but only logs if it detects errors. I've just rephrased the question to make it clearer what my problem is and sent out a separate

tomcat7-maven-plugin using standardjarscanner instead of webappclassloader

2015-02-04 Thread Alexander Johnson
Original question here: http://stackoverflow.com/questions/28181602/whats-the-difference-between-webappclassloader-and-standardjarscanner I'm able to run my team's webapp on my local machine using the tomcat7-maven-plugin. Unfortunately when I attempt to do the same on the build server it