Re: catalina.out file is growing very rapidly! How to prevent Hibernate's INFO and DEBUG statements from getting added to catalina.out file?

2012-04-23 Thread Konstantin Kolinko
2012/4/23 Dilip Shah : > ok, the issue is resolved! > > Konstantin, > Your observation that output in catalina.out in Linux Live environment is > different from console output in my Windows development environment > and > your statement "You have some mess in your common/lib" > prompted me to compa

Re: catalina.out file is growing very rapidly! How to prevent Hibernate's INFO and DEBUG statements from getting added to catalina.out file?

2012-04-23 Thread Dilip Shah
ok, the issue is resolved! Konstantin, Your observation that output in catalina.out in Linux Live environment is different from console output in my Windows development environment and your statement "You have some mess in your common/lib" prompted me to compare jar files in both the environmen

Re: catalina.out file is growing very rapidly! How to prevent Hibernate's INFO and DEBUG statements from getting added to catalina.out file?

2012-04-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dilip, On 4/20/12 7:36 PM, Dilip Shah wrote: > The problem is that there seem to be one / several jar files that I > use in my application that are adding vast number of INFO and > DEBUG statements in catalina.out I suspect that the following are tru

Re: catalina.out file is growing very rapidly! How to prevent Hibernate's INFO and DEBUG statements from getting added to catalina.out file?

2012-04-20 Thread Dilip Shah
--- From: "Mark Eggers" Sent: Friday, April 20, 2012 4:00 PM To: "Tomcat Users List" Subject: Re: catalina.out file is growing very rapidly! How to prevent Hibernate's INFO and DEBUG statements from getting added to catalina.out file? - Original

Re: catalina.out file is growing very rapidly! How to prevent Hibernate's INFO and DEBUG statements from getting added to catalina.out file?

2012-04-20 Thread Mark Eggers
- Original Message - > From: Konstantin Kolinko > To: Tomcat Users List > Cc: > Sent: Friday, April 20, 2012 1:30 PM > Subject: Re: catalina.out file is growing very rapidly! How to prevent > Hibernate's INFO and DEBUG statements from getting added to catalina.o

Re: catalina.out file is growing very rapidly! How to prevent Hibernate's INFO and DEBUG statements from getting added to catalina.out file?

2012-04-20 Thread Konstantin Kolinko
2012/4/21 Dilip Shah : > Konstantin and Chris, > > Very much appreciate your observations and suggestions. To start with, I'm > going to streamline the jar files in common/lib and WEB-INF/lib. If that > still doesn't help, I'll bite the bullet and upgrade to Tomcat 7. Any > suggested reading on del

Re: catalina.out file is growing very rapidly! How to prevent Hibernate's INFO and DEBUG statements from getting added to catalina.out file?

2012-04-20 Thread Dilip Shah
20, 2012 12:47 PM To: "Tomcat Users List" Subject: Re: catalina.out file is growing very rapidly! How to prevent Hibernate's INFO and DEBUG statements from getting added to catalina.out file? -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dilip, On 4/20/12 12:43 PM, Dilip Shah

Re: catalina.out file is growing very rapidly! How to prevent Hibernate's INFO and DEBUG statements from getting added to catalina.out file?

2012-04-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dilip, On 4/20/12 12:43 PM, Dilip Shah wrote: > The following provides clarifications / details on the environments > in which the application is developed and then hosted: (quite a bit > of detail but I'm hoping this will help get to the root of the

Re: catalina.out file is growing very rapidly! How to prevent Hibernate's INFO and DEBUG statements from getting added to catalina.out file?

2012-04-20 Thread Konstantin Kolinko
2012/4/20 Dilip Shah : > The following provides clarifications / details on the environments in which > the application is developed and then hosted: > (quite a bit of detail but I'm hoping this will help get to the root of the > issue) > > Develop environment: > = > * Windows XP SP

Re: catalina.out file is growing very rapidly! How to prevent Hibernate's INFO and DEBUG statements from getting added to catalina.out file?

2012-04-20 Thread Dilip Shah
(sorry for sending the same email again... the earlier delivery wasn't all successful since one of the attachments had .bat file extension) The following provides clarifications / details on the environments in which the application is developed and then hosted: (quite a bit of detail but I'm h

Re: catalina.out file is growing very rapidly! How to prevent Hibernate's INFO and DEBUG statements from getting added to catalina.out file?

2012-04-20 Thread Dilip Shah
The following provides clarifications / details on the environments in which the application is developed and then hosted: (quite a bit of detail but I'm hoping this will help get to the root of the issue) Develop environment: = * Windows XP SP3 * Tomcat version information: C:\

Re: catalina.out file is growing very rapidly! How to prevent Hibernate's INFO and DEBUG statements from getting added to catalina.out file?

2012-04-20 Thread Konstantin Kolinko
2012/4/20 Dilip Shah : > Hi Konstantin, > > I checked all the jar files I added to common/lib and none of them have > log4j.properties file at the root location. > The log4j.properties that you cited in your first mail - it is in your app's WEB-INF/classes? Where is log4j**.jar ? Is there one co

Re: catalina.out file is growing very rapidly! How to prevent Hibernate's INFO and DEBUG statements from getting added to catalina.out file?

2012-04-20 Thread Konstantin Kolinko
2012/4/20 Pid : > On 20/04/2012 00:43, Dilip Shah wrote: >> Hi Konstantin, >> >> According to http://www.mulesoft.com/tomcat-logging , to make sure my >> Log4j configuration is complete, I should have tomcat-juli.jar and >> tomcat-juli-adapters.jar files in $CATALINA_HOME/bin/ >> whereas, I have ju

Re: catalina.out file is growing very rapidly! How to prevent Hibernate's INFO and DEBUG statements from getting added to catalina.out file?

2012-04-20 Thread Pid
from the catalina.sh file? > > Thanks, > > Dilip > > -- > From: "Dilip Shah" > Sent: Thursday, April 19, 2012 4:21 PM > To: "Tomcat Users List" > Subject: Re: catalina.out file is growing very rapid

Re: catalina.out file is growing very rapidly! How to prevent Hibernate's INFO and DEBUG statements from getting added to catalina.out file?

2012-04-19 Thread Dilip Shah
the application's WEB-INF/lib) and didn't find any of the jar having log4j.properties or log4j.xml at the root. This is just some additional information. Dilip ------ From: "Dilip Shah" Sent: Thursday, April 19, 2012 3:57 PM To:

Re: catalina.out file is growing very rapidly! How to prevent Hibernate's INFO and DEBUG statements from getting added to catalina.out file?

2012-04-19 Thread Dilip Shah
- From: "Dilip Shah" Sent: Thursday, April 19, 2012 3:57 PM To: "Tomcat Users List" Subject: Re: catalina.out file is growing very rapidly! How to prevent Hibernate's INFO and DEBUG statements from getting added to catalina.out file? Hi Konstantin, I checked all

Re: catalina.out file is growing very rapidly! How to prevent Hibernate's INFO and DEBUG statements from getting added to catalina.out file?

2012-04-19 Thread Dilip Shah
bernate.c3p0.min_size=1 hibernate.c3p0.max_size=25 hibernate.c3p0.acquire_increment=5 hibernate.c3p0.timeout=1800 hibernate.c3p0.max_statements=50 hibernate.c3p0.idle_test_period=3600 Thanks, Dilip -- From: "Konstantin Kolinko" Sent: Thursday, April 19, 2012 3:21 PM To: "Tomcat Users Li

Re: catalina.out file is growing very rapidly! How to prevent Hibernate's INFO and DEBUG statements from getting added to catalina.out file?

2012-04-19 Thread Konstantin Kolinko
2012/4/20 Dilip Shah : > Hi Konstantin, > > Thanks for the reply! > > To answer your questions... > * Tomcat version info: > Server version: Apache Tomcat/5.5.28 > Server built:   Jul 24 2009 01:33:09 > Server number:  5.5.28.0 > OS Name:        Linux > OS Version:     2.6.18-53.el5 > Architecture:

Re: catalina.out file is growing very rapidly! How to prevent Hibernate's INFO and DEBUG statements from getting added to catalina.out file?

2012-04-19 Thread Dilip Shah
ation. Best wishes, Dilip -- From: "Konstantin Kolinko" Sent: Thursday, April 19, 2012 10:14 AM To: "Tomcat Users List" Subject: Re: catalina.out file is growing very rapidly! How to prevent Hibernate's INFO and DEBUG statem

Re: catalina.out file is growing very rapidly! How to prevent Hibernate's INFO and DEBUG statements from getting added to catalina.out file?

2012-04-19 Thread Konstantin Kolinko
2012/4/19 Dilip Shah : > My Java application (Spring, Hibernate, MySQL) is running in Tomcat 5.5 What version of 5.5.x ? > > After the last set of changes to my application, Tomcat's catalina.out file > is growing very rapidly. With each query it adds a few MBs of INFO and DEBUG > statements to

Re: catalina.out file

2009-10-23 Thread André Warnier
Kaushal Shriyan wrote: Hi, can i change catalina.out to catalina.log or something else. if its possible how is it done ? You are not telling us much to enable us to guess, but trying anyway, you should have a look at the script that starts tomcat on your system, like /etc/init.d/tomcat. -

Re: catalina.out file

2009-10-23 Thread Kaushal Shriyan
On Fri, Oct 23, 2009 at 11:23 PM, Caldarale, Charles R wrote: >> From: Kaushal Shriyan [mailto:kaushalshri...@gmail.com] >> Subject: catalina.out file >> >> can i change catalina.out to catalina.log or something else. if its >> possible how is it done ? > > Tomcat itself does not directly use cata

RE: catalina.out file

2009-10-23 Thread Caldarale, Charles R
> From: Kaushal Shriyan [mailto:kaushalshri...@gmail.com] > Subject: catalina.out file > > can i change catalina.out to catalina.log or something else. if its > possible how is it done ? Tomcat itself does not directly use catalina.out. Look at the catalina.sh startup script: you'll see a redir

Re: catalina.out file

2008-05-27 Thread Filip Hanik - Dev Lists
*http://tinyurl.com/6obbgk* http://tomcat.markmail.org/search/?q=cronolog%20catalina.out#query:cronolog%20catalina.out%20list%3Aorg.apache.tomcat.users+page:1+state:facets Kaushal Shriyan wrote: Hi My Catalina.out file is 20GB, How can i safely remove it and then create it again Thanks and