also, here's something that is really weird and might be related.
in my catalina.properties file, common.loader is originally:
common.loader=${catalina.home}/common/classes,\
${catalina.home}/common/endorsed/*.jar,\
${catalina.home}/common/lib/*.jar
Then, when I append one line at the end:
common.loader=${catalina.home}/common/classes,\
${catalina.home}/common/endorsed/*.jar,\
${catalina.home}/common/lib/*.jar,\
${catalina.home}/common/lib/ext/*.jar
Suddenly the tomcat server is missing like 5 web apps and, if u look in the admin program, many more contexts. How weird is that...