My environment (fresh install) (this is a backup server that can be used for testing and to allow us to upgrade the current production server running Tomcat 5.5):
Slackware 12 Java 1.6.0_13 (Actually installed in May) Tomcat 6.0.18 My development system: Windows XP Java 1.6.0_07 Tomcat 6.0.16 NetBeans 6.5 The problem: Tomcat will compile the first few JSP's. Then, it stops compiling them. Nothing in the logs says there is a problem compiling the JSP. They are the same JSP's run in the development environment. If I copy the .java and .class files from the work directory on the development computer, that JSP will run just fine. The Jasper flags in web.xml (in the tomcat/conf directory) are all default except I added modificationTestInterval = 0 (didn't seem to have any effect.) The war was built using NetBeans 5.5 and Java 1.5.0_07 (I have been doing this so I didn't have to deal with the compatibility issues on the production server.) I am baffled and ready to accept help from any and all sources. TIA, Carl