my blog (which is based on http://pebble.sourceforge.net) now is not running well after I upgraded to Tomcat 5.5 (following the Tomcat upgrade guide http://www.gentoo.org/proj/en/java/tomcat-guide.xml). Below are some details I can tell:
What's happened:
Yesterday after emerge --sync I found that Tomcat 5.0.x became masked, and ~x86 version of Tomcat 5.5 is out. OK at the same time I also upgrade to use sun-jdk 1.5 as the Pebble 2.0 I mentioned requires that. After that the Tomcat is up, application is running but I cannot save my blog... After that I tried to downgrade to the Tomcat 5.0.28 but the same error occurs.
Problems I observed:
- No log! I can't find my log anywhere in /var/log/tomcat-5.5
- /etc/init.d/tomcat-5.5 restart always fail. But stop... wait (2 seconds), start is OK. This is minor problem anyway.
- Change the /etc/conf.d/tomcat-5.5 by:
- appended this to the CLASSPATH :/var/lib/tomcat-5.5/webapps/pebble/WEB-INF/lib/log4j.jar:acegi-security-1.0.0-RC2.jar
- JAVA_HOME=/opt/sun-jdk-1.5.0.07 (surely I emerged the sun-jdk)
- Deployed the web application pebble.war using Tomcat manager



