Re: commons-logging, Tomcat 5.5 and Hibernate 3.2

2006-10-20 Thread Dave Kennedy
AIL PROTECTED]> Reply-To: "Tomcat Users List" To: "Tomcat Users List" Subject: Re: commons-logging, Tomcat 5.5 and Hibernate 3.2 Date: Fri, 20 Oct 2006 09:03:59 +0200 Hi, > Hi, > Running Tomcat "standalone" without Eclipse > Log4j logging is no

Re: commons-logging, Tomcat 5.5 and Hibernate 3.2

2006-10-20 Thread Dave Kennedy
Tomcat Users List" Subject: Re: commons-logging, Tomcat 5.5 and Hibernate 3.2 Date: Fri, 20 Oct 2006 09:03:59 +0200 Hi, > Hi, > Running Tomcat "standalone" without Eclipse > Log4j logging is now configured and generating output to /logs/tomcat.log > > except that s

Re: commons-logging, Tomcat 5.5 and Hibernate 3.2

2006-10-20 Thread Boris Unckel
Hi, > Hi, > Running Tomcat "standalone" without Eclipse > Log4j logging is now configured and generating output to /logs/tomcat.log > > except that struts logging is not generated ie. > Oct 19, 2006 11:24:26 AM org.apache.catalina.core.ApplicationContext log > INFO: action: Processing a POST for

Re: commons-logging, Tomcat 5.5 and Hibernate 3.2

2006-10-19 Thread Dave Kennedy
logger.org.hibernate.type=info #log4j.logger.org.hibernate.type=debug ### log schema export/update ### log4j.logger.org.hibernate.tool.hbm2ddl=debug From: "Boris Unckel" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: "Tomcat Users List" Subject: Re: commons-

Re: commons-logging, Tomcat 5.5 and Hibernate 3.2

2006-10-19 Thread Michael Courcy
Tomcat use commons.logging, so you can choose either java.util.logging or Log4J , http://tomcat.apache.org/tomcat-5.5-doc/logging.html But hibernate use Log4J http://www.hibernate.org/97.html I permanantly use Tomcat/hibenate/Spring without any logging issue ? H

Re: commons-logging, Tomcat 5.5 and Hibernate 3.2

2006-10-19 Thread Boris Unckel
Hello, > The issue seems to be with commons-logging, Tomcat and Hibernate > > There are lot of articles on the Web on this but I still can't resolve > this > Anyone have Hibernate 3.2 and Tomcat 5.5 logging with commons-logging? > > > >Hi, > >ENV1: Struts 1.2.9, Tomcat 5.5, Eclipse 3.2.0 > >ENV2:

commons-logging, Tomcat 5.5 and Hibernate 3.2

2006-10-19 Thread Dave Kennedy
The issue seems to be with commons-logging, Tomcat and Hibernate There are lot of articles on the Web on this but I still can't resolve this Anyone have Hibernate 3.2 and Tomcat 5.5 logging with commons-logging? From: "Dave Kennedy" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: users@t