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 e-mail
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 bre