Archive for June, 2010

WAT and Stateless filter now have a clean changelog

June 24th, 2010

Thanks to Mantis But Tracker and with some time spent to recreate issues for the latest commits, both Web Assemble Tool and Stateless Filter now have a changelog available.

WAT :
https://sourceforge.net/apps/mantisbt/webassembletool/changelog_page.php

Stateless filter :
https://sourceforge.net/apps/mantisbt/statelessfilter/changelog_page.php

This gives a better visibility on the activity and the latest changes/releases of these projects.

How to solve ‘Error listenerStart’ Error with Spring, Log4j and Tomcat

June 22nd, 2010

Working with Spring, Log4j and Tomcat, you may have faced the following error, which prevents your web application to start :

Logs in french :
org.apache.catalina.core.StandardContext start GRAVE: Error listenerStart
org.apache.catalina.core.StandardContext start GRAVE: Erreur de démarrage du contexte [/mywebapp] suite aux erreurs précédentes

Logs in english :
org.apache.catalina.core.StandardContext start SEVERE: Error listenerStart
org.apache.catalina.core.StandardContext start SEVERE: Context [/mywebapp] startup failed due to previous errors

(more…)