Re: Tomcat log warnings for connection parameter limits?

2024-04-22 Thread Baron Fujimoto
> >>>> > >>>> On 4/9/24 16:33, Baron Fujimoto wrote: > >>>>> I'm investigating occasional 503 errors for our CAS service running > in > >> a > >>>>> Tomcat 10.1.x container. The 503s appear to correlate with some > traffic > >>

Re: Tomcat log warnings for connection parameter limits?

2024-04-16 Thread Mark Thomas
ultz < ch...@christopherschultz.net> wrote: Baron, On 4/9/24 16:33, Baron Fujimoto wrote: I'm investigating occasional 503 errors for our CAS service running in a Tomcat 10.1.x container. The 503s appear to correlate with some traffic spikes at the same time. The connector is co

Re: Tomcat log warnings for connection parameter limits?

2024-04-15 Thread Baron Fujimoto
> >>> > >>>>>> port="8443" > >>> maxThreads="2500" > >>> maxConnections="5" > >>> maxPostSize="10" > >

Re: Tomcat log warnings for connection parameter limits?

2024-04-15 Thread Mark Thomas
estigating occasional 503 errors for our CAS service running in a Tomcat 10.1.x container. The 503s appear to correlate with some traffic spikes at the same time. The connector is configured as follows: Can Tomcat log info such as when the maxThreads or maxConnections limits are reached? I'

Re: Tomcat log warnings for connection parameter limits?

2024-04-11 Thread Baron Fujimoto
0" > > maxParameterCount="1000" > > scheme="https" secure="true" > > SSLEnabled="true" > > > > > > > Can Tomcat log info such as when the maxThreads

Re: Tomcat log warnings for connection parameter limits?

2024-04-11 Thread Christopher Schultz
Baron, On 4/9/24 16:33, Baron Fujimoto wrote: I'm investigating occasional 503 errors for our CAS service running in a Tomcat 10.1.x container. The 503s appear to correlate with some traffic spikes at the same time. The connector is configured as follows: Can Tomcat log info su

Tomcat log warnings for connection parameter limits?

2024-04-09 Thread Baron Fujimoto
I'm investigating occasional 503 errors for our CAS service running in a Tomcat 10.1.x container. The 503s appear to correlate with some traffic spikes at the same time. The connector is configured as follows: Can Tomcat log info such as when the maxThreads or maxConnections limit

Re: Can Tomcat log handshake failures, and where?

2019-08-02 Thread Mark Thomas
would be enough to convince them I don't need to use >the javax.net.debug=ssl:handshake sledge-hammer. > >What version will this be in? Next 9.0.x and 8.5.x releases. Mark > >Mark Boon > >From: Mark Thomas >Sent: Wednesday, July 31, 2019 8:47

Re: Can Tomcat log handshake failures, and where?

2019-08-02 Thread Mark Boon
m: Mark Thomas Sent: Wednesday, July 31, 2019 8:47 AM To: users@tomcat.apache.org Subject: Re: Can Tomcat log handshake failures, and where? On 30/07/2019 08:28, Mark Thomas wrote: > Generally, processing needs to get as far as presenting a request line > before something is added to the

Re: Can Tomcat log handshake failures, and where?

2019-07-31 Thread Mark Thomas
On 30/07/2019 08:28, Mark Thomas wrote: > Generally, processing needs to get as far as presenting a request line > before something is added to the access logs. We could look at expanding > the access logging to include connections that are dropped earlier but > that might be a sufficiently inva

Re: Can Tomcat log handshake failures, and where?

2019-07-30 Thread Mark Boon
ake. But I want to log just the failure, and not the fire-hose amount of information this gives me for every successful handshake. Mark From: Christopher Schultz Sent: Tuesday, July 30, 2019 8:13 AM To: users@tomcat.apache.org Subject: Re: Can Tomcat log ha

Re: Can Tomcat log handshake failures, and where?

2019-07-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 7/29/19 17:45, Mark Boon wrote: > Apparently for compliance reasons we're required to log any failed > connection attempt. So I'd like to know if and how I can get > Tomcat to emit such information. I'd try to get some clarification on tha

Re: Can Tomcat log handshake failures, and where?

2019-07-30 Thread Mark Thomas
On 29/07/2019 22:45, Mark Boon wrote: > We're using Tomcat 8.5 + Java 8. > > When I do something like openssl s_client -cipher ECDHE-RSA-NULL-SHA > -connect :443 > (where obviously ECDHE-RSA-NULL-SHA is not specified in my cipher list on the > Tomcat server) the message on the client side is >

Can Tomcat log handshake failures, and where?

2019-07-29 Thread Mark Boon
We're using Tomcat 8.5 + Java 8. When I do something like openssl s_client -cipher ECDHE-RSA-NULL-SHA -connect :443 (where obviously ECDHE-RSA-NULL-SHA is not specified in my cipher list on the Tomcat server) the message on the client side is 140701349295768:error:14077410:SSL routines:SSL23_G

Re: A tomcat log output problem

2018-04-04 Thread Simon De Uvarow
On Mon, Apr 2, 2018 at 9:41 AM 张钧荣 <1024238...@qq.com> wrote: > Hello ! > My project reported an error related to tomcat logging module. The > exception information is as follows: > Apr 2 11:31:27 knowledgebase java: Exception in thread "main" > java.lang.reflect.InvocationTargetException > A

A tomcat log output problem

2018-04-02 Thread 张钧荣
Hello ! My project reported an error related to tomcat logging module. The exception information is as follows: Apr 2 11:31:27 knowledgebase java: Exception in thread "main" java.lang.reflect.InvocationTargetException Apr 2 11:31:27 knowledgebase java: Caused by: java.lang.ClassNotFoundExc

Re: Tomcat Log file setting.

2016-07-19 Thread Daniel Küppers
James, i think this is either a Log4j error or a custom one. It seems like the path for *IDOMailLOCAL1.log* is hard coded, as it's not present in the Log4j config file. I would suggest you search your codebase for pattern like *IDOMail* (because the LOCAL1 might be generic, imho) or for the dri

Tomcat Log file setting.

2016-07-19 Thread Boyle, James A
Hello, I have a web app running on my workstation using Tomcat 7 and have the following entries in my console output. Any help would be appreciated. Thanks. INFO: Initializing log4j from [file:///c://lbxdw_ido_obm//conf//LOCALlog4j_JAB.xml] This is the log4j config file and is a

Re: Tomcat log files - Strict permissions - setuid

2015-12-03 Thread Christopher Schultz
Andres, On 12/3/15 8:42 AM, Andres Riancho wrote: > List, > > I'm trying to secure my tomcat instances. One of the steps I took > was to run the tomcat process using the non-privileged "tomcat" user, > and set the file system permissions as restrictive as possible. It all > works well, but th

Re: Tomcat log files - Strict permissions - setuid

2015-12-03 Thread Mark H. Wood
On Thu, Dec 03, 2015 at 10:42:40AM -0300, Andres Riancho wrote: > List, > > I'm trying to secure my tomcat instances. One of the steps I took > was to run the tomcat process using the non-privileged "tomcat" user, > and set the file system permissions as restrictive as possible. It all > works

Tomcat log files - Strict permissions - setuid

2015-12-03 Thread Andres Riancho
List, I'm trying to secure my tomcat instances. One of the steps I took was to run the tomcat process using the non-privileged "tomcat" user, and set the file system permissions as restrictive as possible. It all works well, but there is something missing: "The tomcat user is able to read the

tomcat log

2015-07-09 Thread Kaouthar Ghorbel
Hello everyone, I want to have a file that contains just the program execution errors in a new folder (not the log folder ) indicating the name of the servlet that caused the error . thanks ..

Re: Tomcat log dropping entries after log rotation

2015-01-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michelle, On 1/3/15 8:15 PM, Michelle Warner wrote: > > - Original Message - From: "Christopher Schultz" > To: "Tomcat Users List" > Sent: Tuesday, December 30, 2014 9:41 AM > Subject: Re: Tomcat log

Re: Tomcat log dropping entries after log rotation

2015-01-03 Thread Michelle Warner
- Original Message - From: "Christopher Schultz" To: "Tomcat Users List" Sent: Tuesday, December 30, 2014 9:41 AM Subject: Re: Tomcat log dropping entries after log rotation -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michelle, On 12/29/14 8:55 PM, Miche

Re: Tomcat log dropping entries after log rotation

2014-12-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michelle, On 12/29/14 8:55 PM, Michelle Warner wrote: > I am using Tomcat 8 with log4j2 to handle application logging. The > log4j2.xml and log4j-api-2.0-rc2/jar are both located in the lib > folder of Tomcat. After a log rotation, any ERROR log m

Tomcat log dropping entries after log rotation

2014-12-29 Thread Michelle Warner
I am using Tomcat 8 with log4j2 to handle application logging. The log4j2.xml and log4j-api-2.0-rc2/jar are both located in the lib folder of Tomcat. After a log rotation, any ERROR log messages or messages associated with a hot deployment stop logging. If I bounce Tomcat, then the logging of th

Tomcat log dropping entries after log rotation

2014-12-29 Thread Michelle Warner
I am using Tomcat 8 with log4j2 to handle application logging. The log4j2.xml and log4j-api-2.0-rc2/jar are both located in the lib folder of Tomcat. After a log rotation, any ERROR log messages or messages associated with a hot deployment stop logging. If I bounce Tomcat, then the logging of th

Re: Where does Tomcat log the logAbandoned information?

2013-03-23 Thread Rainer Jung
On 22.03.2013 16:12, Pid wrote: > On 22/03/2013 15:02, Julien Martin wrote: >> Hi Pid, >> Is there any other config I need to add (for instance to log4j.properties) >> in order for the logAbandoned logging to occur? > > Actually, you're right this is DBCP inside your app - so you might need > to l

Re: Where does Tomcat log the logAbandoned information?

2013-03-22 Thread Julien Martin
Any idea what the logs should look like? Any sample? J. 2013/3/22 Pid > On 22/03/2013 15:02, Julien Martin wrote: > > Hi Pid, > > Is there any other config I need to add (for instance to > log4j.properties) > > in order for the logAbandoned logging to occur? > > Actually, you're right this is DB

Re: Where does Tomcat log the logAbandoned information?

2013-03-22 Thread Pid
On 22/03/2013 15:02, Julien Martin wrote: > Hi Pid, > Is there any other config I need to add (for instance to log4j.properties) > in order for the logAbandoned logging to occur? Actually, you're right this is DBCP inside your app - so you might need to look in an app log if there is one. > I se

Re: Where does Tomcat log the logAbandoned information?

2013-03-22 Thread Julien Martin
Hi Pid, Is there any other config I need to add (for instance to log4j.properties) in order for the logAbandoned logging to occur? I see nothing in stdout nor in the tomcat logs... Regards, J. 2013/3/22 Pid > On 22/03/2013 14:45, Julien Martin wrote: > > Hello, > > > > I have enabled the *logAba

Re: Where does Tomcat log the logAbandoned information?

2013-03-22 Thread Pid
On 22/03/2013 14:45, Julien Martin wrote: > Hello, > > I have enabled the *logAbandoned* property as follows (in Spring): > > > > > > I know for certain it is taken into account by Tomcat but *I just can't > figure out where the information is logged*. It will be logged to standard out, cata

Where does Tomcat log the logAbandoned information?

2013-03-22 Thread Julien Martin
Hello, I have enabled the *logAbandoned* property as follows (in Spring): I know for certain it is taken into account by Tomcat but *I just can't figure out where the information is logged*. It seems to be a recurring question on the web but I was not able to find the answer to it. Can anyo

Re: tomcat log server

2011-07-30 Thread Mark Eggers
- Original Message - > From: Konstantin Kolinko > To: Tomcat Users List > Cc: > Sent: Saturday, July 30, 2011 6:29 AM > Subject: Re: tomcat log server > > 2011/7/30 John Smith : >> >> I have tomcat 6.0.29 running different instances on same and d

Re: tomcat log server

2011-07-30 Thread Konstantin Kolinko
2011/7/30 John Smith : > > I have tomcat 6.0.29 running different instances on same and different > hardware, I  want to create log server on one system (nfs mount the file > system), so every instance must create log files in that place like > SERVER.catalina.2011-07-30.log, SERVER1.catalina.2011-

tomcat log server

2011-07-30 Thread John Smith
Hi Guys, I have tomcat 6.0.29 running different instances on same and different hardware, I want to create log server on one system (nfs mount the file system), so every instance must create log files in that place like SERVER.catalina.2011-07-30.log, SERVER1.catalina.2011-07-30.log, SERVER.catal

Re: how to caculate the PV,ip,PU according to the tomcat log

2011-02-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To whom it may concern, On 2/24/2011 8:34 AM, maven apache wrote: >> Good question. What are PV, ip, and PU? > > Thanks for your attention and Sorry for my negligence. > > PV: page view, how many people visit a page. > > IP: how many ips visitor th

Re: how to caculate the PV,ip,PU according to the tomcat log

2011-02-24 Thread maven apache
TO *Christopher Schultz*: 2011/2/23 Christopher Schultz > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > To whom it may concern, > > On 2/18/2011 7:38 PM, maven apache wrote: > > how to caculate the PV,ip,PU according to the tomcat log? > > Good question. What

Re: Tomcat log analysis

2011-02-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ozgur, On 2/21/2011 4:31 AM, Ozgur Ozdemircili wrote: > Hi, > > I am looking for a log analysis program to make sense of our application > logs. We run Tomcat 5x in 9 servers and every server has the same > application installed. Yet when we need to

Re: how to caculate the PV,ip,PU according to the tomcat log

2011-02-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To whom it may concern, On 2/18/2011 7:38 PM, maven apache wrote: > how to caculate the PV,ip,PU according to the tomcat log? Good question. What are PV, ip, and PU? > For the ip I can use : > > select count(distinct ip)... Okay, t

how to caculate the PV,ip,PU according to the tomcat log

2011-02-18 Thread maven apache
Hi: how to caculate the PV,ip,PU according to the tomcat log? I have export the tomcat log to db. This is the db structure: +---+---+--+--++-+--+--++-+-+--+---+ | Id| hostip

Re: Intercept Tomcat log [OT]

2010-12-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jason, On 12/31/2010 1:00 PM, Jason Pyeron wrote: > I am dizzy. +1 - -chris -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk0eXOMACgkQ9CaO5/Lv0PBCjACgnnWsX

RE: Intercept Tomcat log [OT]

2010-12-31 Thread Jason Pyeron
> -Original Message- > From: André Warnier > Sent: Friday, December 31, 2010 11:03 > To: Tomcat Users List > Subject: Re: Intercept Tomcat log > > ;-) > > I agree. But then why did you start bottom-posting after the > previous person top-posted ? > Th

Re: Intercept Tomcat log

2010-12-31 Thread André Warnier
;-) I agree. But then why did you start bottom-posting after the previous person top-posted ? That was confusing too. > Yes they do, when they start top-posting after someone else bottom-posted, it gets confusing. Nobody forces you to. > But I don't. Yes, but some people prefer it this wa

RE: Intercept Tomcat log

2010-12-31 Thread Jason Pyeron
> -Original Message- > From: Igor Simões [mailto:igor.americ...@gmail.com] > Sent: Friday, December 31, 2010 4:51 > To: Tomcat Users List > Subject: Re: Intercept Tomcat log > > The offline processing of tomcat log files is the first > option, but we were lo

Re: Intercept Tomcat log

2010-12-31 Thread André Warnier
Igor Simões wrote: The offline processing of tomcat log files is the first option, but we were looking for something that could allow us to do on-line processing, or processing with short delay time. Unhappily the corporation I work don't have pearl on the list of languages with off

Re: Intercept Tomcat log

2010-12-31 Thread Igor Simões
The offline processing of tomcat log files is the first option, but we were looking for something that could allow us to do on-line processing, or processing with short delay time. Unhappily the corporation I work don't have pearl on the list of languages with official production enviro

Re: Intercept Tomcat log

2010-12-30 Thread André Warnier
Mikolaj Rydzewski wrote: On Thu, 30 Dec 2010 13:28:02 -0200, Igor Simões wrote: Is there any way to intercept log entries? We are building a monitoring mechanism that open JIRA issues for some kinds of uncaught exceptions, so I need to monitor exceptions that appear on catalina.out log f

Re: Intercept Tomcat log

2010-12-30 Thread Mikolaj Rydzewski
On Thu, 30 Dec 2010 13:28:02 -0200, Igor Simões wrote: Is there any way to intercept log entries? We are building a monitoring mechanism that open JIRA issues for some kinds of uncaught exceptions, so I need to monitor exceptions that appear on catalina.out log file. Implement custom l

Intercept Tomcat log

2010-12-30 Thread Igor Simões
Hi, Is there any way to intercept log entries? We are building a monitoring mechanism that open JIRA issues for some kinds of uncaught exceptions, so I need to monitor exceptions that appear on catalina.out log file. -- []'s Igor Regis

Re: Increase tomcat log level

2010-12-29 Thread André Warnier
Felix Schumacher wrote: Am Mittwoch, den 29.12.2010, 04:31 -0800 schrieb Amol Puglia: Hello Team, Please let us know how to increase the tomcat log level. I am using tomcat 5.5.15 version and jdk 1.6.0_17. Let me know in case you need further details. Have you tried to read http

Re: Increase tomcat log level

2010-12-29 Thread Felix Schumacher
Am Mittwoch, den 29.12.2010, 04:31 -0800 schrieb Amol Puglia: > Hello Team, > > Please let us know how to increase the tomcat log level. > > I am using tomcat 5.5.15 version and jdk 1.6.0_17. > > Let me know in case you need further details. Have you tried to read htt

Increase tomcat log level

2010-12-29 Thread Amol Puglia
Hello Team, Please let us know how to increase the tomcat log level. I am using tomcat 5.5.15 version and jdk 1.6.0_17. Let me know in case you need further details.

Re: how does the tomcat log generated? log4j?

2010-12-26 Thread maven apache
et a complete line >>>> since this file may be written in. >>>> >>>> So,someone suggest me add a db appender(log4j),which will do the >>>> procesing >>>> work and then export the log to db. >>>> >>>> --- >&g

Re: how does the tomcat log generated? log4j?

2010-12-26 Thread André Warnier
rm. Assuming you are using Tomcat 6.0.x, the on-line documentation for logging is here : http://tomcat.apache.org/tomcat-6.0-doc/logging.html Maybe read it first, and then come back if you have a specific question ? (But then try to specify the question clearly) maven apache wrote: Hi: I w

Re: how does the tomcat log generated? log4j?

2010-12-26 Thread maven apache
2010/12/26 Pid > On 25/12/2010 04:37, maven apache wrote: > > Hi: > > I wonder how is the tomcat log generated,I mean the log like this; > > > > localhost_access_log.2010-12-20.txt > > > > I want to export the logs to db. Some one suggestio

Re: how does the tomcat log generated? log4j?

2010-12-26 Thread maven apache
gt;> >> 2010/12/25 André Warnier >> >> Hi. >>> >>> It is not very clear what you are asking, specially since you do not >>> specify which version of Tomcat your are using, under which Java version >>> and >>> on which platform. >>&

Re: how does the tomcat log generated? log4j?

2010-12-26 Thread maven apache
Thanks,I will have a try. 2010/12/25 Konstantin Kolinko > 2010/12/25 maven apache : > > Perhaps I’m not making myself clear,in fact I want to do some processing > > work to the the logs created by the access log > > valve< > http://tomcat.apache.org/tomcat-6.0-doc/config/valve.html#Access_Log_Va

Re: how does the tomcat log generated? log4j?

2010-12-25 Thread Pid
On 25/12/2010 04:37, maven apache wrote: > Hi: > I wonder how is the tomcat log generated,I mean the log like this; > > localhost_access_log.2010-12-20.txt > > I want to export the logs to db. Some one suggestion I directly add > one Appender <http://logging.apac

Re: how does the tomcat log generated? log4j?

2010-12-25 Thread Konstantin Kolinko
2010/12/25 André Warnier : > The AccessLogValve documentation page does not say either that it uses > log4j. AccessLogValve (and ExtendedAccessLogValve) manage the log file by themselves. They do not use logging framework in this sense. Best regards, Konstantin Kolinko --

Re: how does the tomcat log generated? log4j?

2010-12-25 Thread André Warnier
e on-line documentation for logging is here : http://tomcat.apache.org/tomcat-6.0-doc/logging.html Maybe read it first, and then come back if you have a specific question ? (But then try to specify the question clearly) maven apache wrote: Hi: I wonder how is the tomcat log generated,I mean the log like th

Re: how does the tomcat log generated? log4j?

2010-12-25 Thread Konstantin Kolinko
2010/12/25 maven apache : > Perhaps I’m not making myself clear,in fact I want to do some processing > work to the the logs created by the access log > valveto > database. You can use JDBCAccessLogValve http://tomcat.apac

Re: how does the tomcat log generated? log4j?

2010-12-25 Thread maven apache
tform. > > Assuming you are using Tomcat 6.0.x, the on-line documentation for logging > is here : > > http://tomcat.apache.org/tomcat-6.0-doc/logging.html > > Maybe read it first, and then come back if you have a specific question ? > (But then try to specify the question

Re: how does the tomcat log generated? log4j?

2010-12-25 Thread André Warnier
-doc/logging.html Maybe read it first, and then come back if you have a specific question ? (But then try to specify the question clearly) maven apache wrote: Hi: I wonder how is the tomcat log generated,I mean the log like this; localhost_access_log.2010-12-20.txt I want to export the logs to db

how does the tomcat log generated? log4j?

2010-12-24 Thread maven apache
Hi: I wonder how is the tomcat log generated,I mean the log like this; localhost_access_log.2010-12-20.txt I want to export the logs to db. Some one suggestion I directly add one Appender <http://logging.apache.org/log4j/1.2/apidocs/index.html> if tomcat also uses log4j to generate the lo

Re: Tomcat log files

2010-11-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tobias, On 11/15/2010 10:43 AM, Tobias Crefeld wrote: > Am Tue, 09 Nov 2010 16:06:14 -0500 > schrieb Christopher Schultz : > >> Have you correctly replaced lib/tomcat-juli.jar >> and installed lib/tomcat-juli-adapters.jar? If not, you may be falling

Re: Tomcat log files

2010-11-15 Thread Tobias Crefeld
Am Tue, 09 Nov 2010 16:06:14 -0500 schrieb Christopher Schultz : > Have you correctly replaced lib/tomcat-juli.jar > and installed lib/tomcat-juli-adapters.jar? If not, you may be falling > back to the old logger which requires logging.properties. For whatever-reason and different than tomcat-jul

Re: Tomcat log files

2010-11-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Timothy, My CONSOLE appender was foolishly configured. On 11/9/2010 4:35 PM, Christopher Schultz wrote: > log4j.appender.CONSOLE=org.apache.log4j.DailyRollingFileAppender > log4j.appender.CONSOLE.file=${catalina.base}/logs/. > log4j.appender.CONSOLE.

Re: Tomcat log files

2010-11-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Timothy, On 11/9/2010 4:06 PM, Christopher Schultz wrote: > I'm not sure why the documentation doesn't show an equivalent > configuration for log4j. Maybe I'll write one and submit it for inclusion. Without testing it, I've written this log4j configu

Re: Tomcat log files

2010-11-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Timothy, On 11/9/2010 1:48 PM, Timothy Lam wrote: > I'm trying to clean up Tomcat logging to use log4j. I've read the > Tomcat logging guide that comes with my version of Tomcat 6.0.28. Excellent. > I'm really confused with all the different log fi

Re: Tomcat log files

2010-11-09 Thread Mark Shifman
you need to look at http://tomcat.apache.org/tomcat-6.0-doc/logging.html and do what it says for log4j On 11/09/2010 01:48 PM, Timothy Lam wrote: > I'm trying to clean up Tomcat logging to use log4j. I've read the Tomcat > logging guide that comes with my version of Tomcat 6.0.28. I'm really >

Tomcat log files

2010-11-09 Thread Timothy Lam
I'm trying to clean up Tomcat logging to use log4j. I've read the Tomcat logging guide that comes with my version of Tomcat 6.0.28. I'm really confused with all the different log files that are being generated in the default Tomcat before log4j configuration. Why are there so many different l

Re: tomcat log format disable the ipv6 format

2010-10-29 Thread Mark Thomas
On 29/10/2010 13:49, maven apache wrote: > http://osdir.com/ml/users-tomcat.apache.org/2010-05/msg00315.html > From this thread, I want to set the connect address format to :0:0:0:0 Read that thread again, that is not the value you should be using. > however I can not find this attribute at: > >

Re: tomcat log format disable the ipv6 format

2010-10-29 Thread maven apache
http://osdir.com/ml/users-tomcat.apache.org/2010-05/msg00315.html >From this thread, I want to set the connect address format to :0:0:0:0 however I can not find this attribute at: http://tomcat.apache.org/tomcat-6.0-doc/config/http.html 2010/10/29 Mark Thomas > On 29/10/2010 13:06, maven apac

Re: tomcat log format disable the ipv6 format

2010-10-29 Thread Mark Thomas
On 29/10/2010 13:06, maven apache wrote: > But I am using win7 now,so I do not know how to disable the ipv6, That would be a question for a Windows support forum if you want to disable it globally. To control which address Tomcat listens on, read the docs or search the archives. Mark > also I *

Re: tomcat log format disable the ipv6 format

2010-10-29 Thread maven apache
2010/10/29 Mark Thomas > On 29/10/2010 12:24, maven apache wrote: > > Here are three log exmaples: > > > > 127.0.0.1 - - [17/Sep/2010:14:03:07 +0800] "GET /docs/logging.html > > HTTP/1.1" 200 24040 "http://localhost:8000/docs/manager-howto.html"; > > "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT

Re: tomcat log format disable the ipv6 format

2010-10-29 Thread Mark Thomas
On 29/10/2010 12:24, maven apache wrote: > Here are three log exmaples: > > 127.0.0.1 - - [17/Sep/2010:14:03:07 +0800] "GET /docs/logging.html > HTTP/1.1" 200 24040 "http://localhost:8000/docs/manager-howto.html"; > "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR > 2.0.50727)" >

tomcat log format disable the ipv6 format

2010-10-29 Thread maven apache
Here are three log exmaples: 127.0.0.1 - - [17/Sep/2010:14:03:07 +0800] "GET /docs/logging.html HTTP/1.1" 200 24040 "http://localhost:8000/docs/manager-howto.html"; "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)" 0:0:0:0:0:0:0:1 - - [26/Oct/2010:09:53:30 +0800] "GET

Re: tomcat log analyzer

2010-01-21 Thread Anurag Kapur
> From: Ryszard Łach [mailto:ryl...@gmail.com] > Sent: Thursday, January 21, 2010 1:59 PM > To: Tomcat Users List > Subject: Re: tomcat log analyzer > > 2010/1/21 Ramachandran, Vishwanath(IE10) < > vishwanath.ramachand...@honeywell.com> > > > > > I have eva

RE: tomcat log analyzer

2010-01-21 Thread Ramachandran, Vishwanath(IE10)
and generate reports Regards Vishwanath Desk: +91 80 26588360 Extn: 48555 -Original Message- From: Ryszard Łach [mailto:ryl...@gmail.com] Sent: Thursday, January 21, 2010 1:59 PM To: Tomcat Users List Subject: Re: tomcat log analyzer 2010/1/21 Ramachandran, Vishwanath(IE10

Re: tomcat log analyzer

2010-01-21 Thread Ryszard Łach
2010/1/21 Ramachandran, Vishwanath(IE10) < vishwanath.ramachand...@honeywell.com> > > I have evaluated around 8 tools which do not support catalina.out. > Kindly suggest. > Hi. catalina.out is not supposed to be used for traffic analyzis. Look at the AccessLogValve http://tomcat.apache.org/tom

tomcat log analyzer

2010-01-20 Thread Ramachandran, Vishwanath(IE10)
Hi there We have a application called JIRA, running on apache tomcat. The logs are in the form of catalina.out. Is there a web log analyzer tool which analyzes and supports the logs (catalina.out) so as I get output like the no of visitors, authenticated users, hit counts, page views etc. I

Re: Does tomcat log closed connection

2009-09-19 Thread David Smith
gt;> pas n'importe quel effet légalement obligatoire. Étant donné que les email >> peuvent facilement être sujets à la manipulation, nous ne pouvons accepter >> aucune responsabilité pour le contenu fourni. >> >> >> >> >> >>> Date:

Re: Does tomcat log closed connection

2009-09-19 Thread jithu mada
l effet légalement obligatoire. Étant donné que les email > peuvent facilement être sujets à la manipulation, nous ne pouvons accepter > aucune responsabilité pour le contenu fourni. > > > > > > Date: Sat, 19 Sep 2009 20:27:25 -0400 > > Subject: Re: Does tomcat log closed connect

RE: Does tomcat log closed connection

2009-09-19 Thread Martin Gainty
quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Sat, 19 Sep 2009 20:27:25 -0400 > Subject: Re: Does tomcat log closed connection > From: jithu.m...@

Re: Does tomcat log closed connection

2009-09-19 Thread jithu mada
And the communication is done on the SSL port 8443. On Sat, Sep 19, 2009 at 8:26 PM, jithu mada wrote: > Hi David, > > these are the connector elements we have in our server.xml file > > > maxThreads="150" minSpareThreads="25" maxSpareThreads="75" >enableLook

Re: Does tomcat log closed connection

2009-09-19 Thread jithu mada
Hi David, these are the connector elements we have in our server.xml file The client is a .NET client here is the sequence of communication before the connection is closed 1) The client sends a request to our application to create a session. 2) Tomcat sees the client is not log

Re: Does tomcat log closed connection

2009-09-19 Thread David Smith
jithu mada wrote: > Hi, > > I am using Tomcat 5.0.27 on AIX. > > Its abruptly closing a connection after processing a user request > successfully. > > Wanted to know does it log anywhere why is it closing the connection or do > we need to change any settings to make it log closed connections. > > T

Does tomcat log closed connection

2009-09-19 Thread jithu mada
Hi, I am using Tomcat 5.0.27 on AIX. Its abruptly closing a connection after processing a user request successfully. Wanted to know does it log anywhere why is it closing the connection or do we need to change any settings to make it log closed connections. Thanks Jithu

Re: Best Free or Inexpensive Tomcat Log Analyzer

2009-03-10 Thread Kees Jan Koster
Dear Eric, Does anyone have suggestions on the best free or inexpensive tomcat log analyzer? I'm specifically looking for a tool that can help me spot performance problems such as requests that take a long time, errors, timeouts, and so on. If the tool can centrally monitor multiple se

Best Free or Inexpensive Tomcat Log Analyzer

2009-03-04 Thread Robinson, Eric
Does anyone have suggestions on the best free or inexpensive tomcat log analyzer? I'm specifically looking for a tool that can help me spot performance problems such as requests that take a long time, errors, timeouts, and so on. If the tool can centrally monitor multiple servers, all the b

Re: Retrieving tomcat log files within war

2008-07-25 Thread Johnny Kewl
- Original Message - From: "Jerry Atrick" <[EMAIL PROTECTED]> To: Sent: Friday, July 25, 2008 12:19 AM Subject: Retrieving tomcat log files within war Is there a way to programmically retrieve the tomcat log files? I can reconstruct the log location by d

Retrieving tomcat log files within war

2008-07-24 Thread Jerry Atrick
Is there a way to programmically retrieve the tomcat log files? I can reconstruct the log location by doing a new File(System.getProperty("catalina.base")), logFileIwant ) but I'm wondering if there's a better way... Anyone had any experience with doing this?

Re: Tomcat Log Error on app deployment - NullPointer Exception, META-INF?

2008-03-24 Thread John Pedersen
I have my app working now - but it took a lot of jiggling about with jar files. I can't say exactly what fixed my setup, but I'd suggest removing all those jar files you aren't absolutely sure you need, then adding them back in as necessary when you see errors in the log.

Re: Tomcat Log Error on app deployment - NullPointer Exception, META-INF?

2008-03-24 Thread hai_vu
t; >> at > >> org.apache.catalina.core.ContainerBase.backgroundProcess( > >> ContainerBase.java:1305) > >> at > >> > >> org.apache.catalina.core. > ContainerBase$ContainerBackgroundProcessor.processChildren > >> (ContainerBase.java:1569) > &g

Re: Tomcat Log Error on app deployment - NullPointer Exception, META-INF?

2008-03-24 Thread micah7
;> illegal access, and has no functional impact. >> java.lang.IllegalStateException >> at >> org.apache.catalina.loader.WebappClassLoader.loadClass( >> WebappClassLoader.java:1241) >> at >> org.apache.catalina.loader.Webapp

Re: Tomcat Log Error on app deployment - NullPointer Exception, META-INF?

2008-03-24 Thread John Pedersen
ss > INFO: Illegal access: this web application instance has been stopped > already. Could not load org.postgresql.util.MessageTranslator. The > eventual following stack trace is caused by an error thrown for debugging > purposes as well as to attempt

Tomcat Log Error on app deployment - NullPointer Exception, META-INF?

2008-03-21 Thread micah7
access$100(Finalizer.java:14) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:160) -- View this message in context: http://www.nabble.com/Tomcat-Log-Error-on-app-deployment---NullPointer-Exception%2C-META-INF--tp16202264p16202264.html Sent from the Tomcat - User mailing list

Re: Having Tomcat log through syslog

2008-03-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew, Andrew R Feller wrote: | Is it possible to configure Tomcat (preferably through the jsvc daemon) | to log through syslog? If so, how can it be done? The only way I can | conceive of this working is to configure Tomcat to use Log4j and | con

Having Tomcat log through syslog

2008-03-14 Thread Andrew R Feller
Is it possible to configure Tomcat (preferably through the jsvc daemon) to log through syslog? If so, how can it be done? The only way I can conceive of this working is to configure Tomcat to use Log4j and configure Log4j to use the SyslogAppender. Thanks, Andrew R Feller, Analyst Univer

  1   2   >