I love Tomcat, but it really gives me the creeps sometimes. Using the latest 6.0.14 release, I’ve been linking my log4j configuration from $CATALINA_HOME/lib/trace.properties to whereever it actually resides.
The symlinking of both JAR libraries and trace.properties has always been fine. Now, all of a sudden, my logging config didn’t work anymore. I had been [...]
Archive for the ‘Apache’ Category
Tomat is creepy
Posted in Apache, Java, Tomcat on October 26, 2007 | Leave a Comment »
Tomcat throwing NoClassDefFoundError although the class is there
Posted in Apache, Java, Tomcat on October 8, 2007 | 2 Comments »
Tomcat kept throwing annoying NoClassDefFoundErrors at me although the class was in a jar that resided in webapp classpath (a jar in mywebapp/WEB-INF/lib). Also, it didn’t happen all the time, just “often”. Restarting the server sometimes helped, sometimes not. Testing the same webapp on the Resin app server gave no such errors.
To my (so far) [...]