I am using log4j with tomcat. When I log exceptions in my JSPs, servlets:
private Logger _log = Logger.getLogger(this.getClass()); ... try{...} catch (Except
I don't see anything wrong with your config, so try to upgrade log4j to a newer (not necessarily the latest) version.
log4j
Though not the problem in this case, you'd better make your loggers private static final
private static final