I have problem where when I start tomcat it logs ClassNotFoundException exceptions in the localhost.log file. I run it under Windows 7. Everything works.
The only way I was able to stop getting the CNFE exceptions was moving all my $CATALINA_HOME/webapps/ROOT/WEB-INF/lib
content over to $CATALINA_HOME/lib
I just don't know where to look for classpath config.