Re: Tomcat log warnings for connection parameter limits?

2024-04-22 Thread Baron Fujimoto
/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. > >>>

Re: Tomcat log warnings for connection parameter limits?

2024-04-16 Thread Mark Thomas
ote: 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

Re: Tomcat log warnings for connection parameter limits?

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

Re: Tomcat log warnings for connection parameter limits?

2024-04-15 Thread Mark Thomas
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'm basically trying to see if there is a good

Re: Tomcat log warnings for connection parameter limits?

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

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

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 limits

Re: Can Tomcat log handshake failures, and where?

2019-08-02 Thread Mark Thomas
nce 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 AM >To: users@tomcat.apache

Re: Can Tomcat log handshake failures, and where?

2019-08-02 Thread Mark Boon
: 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 access logs.

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

Re: Can Tomcat log handshake failures, and where?

2019-07-30 Thread Mark Boon
he 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 handshake failures, and where?

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

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 >

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 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:

Re: Tomcat Log file setting.

2016-07-20 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

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

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 >

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

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
: Tomcat log dropping entries after log rotation -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

Re: Tomcat log dropping entries after log rotation

2015-01-03 Thread Michelle Warner
- Original Message - From: Christopher Schultz ch...@christopherschultz.net To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, December 30, 2014 9:41 AM Subject: Re: Tomcat log dropping entries after log rotation -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michelle

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

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

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

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 look in an

Where does Tomcat log the logAbandoned information?

2013-03-22 Thread Julien Martin
Hello, I have enabled the *logAbandoned* property as follows (in Spring): property name=maxActive value=2/ property name=logAbandoned value=true/ property name=removeAbandoned value=true/ I know for certain it is taken into account by Tomcat but *I just can't figure out where the information is

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): property name=maxActive value=2/ property name=logAbandoned value=true/ property name=removeAbandoned value=true/ I know for certain it is taken into account by Tomcat

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 p...@pidster.com On 22/03/2013 14:45, Julien Martin wrote: Hello, I have enabled

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 see

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 p...@pidster.com 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

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,

Re: tomcat log server

2011-07-30 Thread Konstantin Kolinko
2011/7/30 John Smith lakhil...@gmail.com: 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,

Re: tomcat log server

2011-07-30 Thread Mark Eggers
- Original Message - From: Konstantin Kolinko knst.koli...@gmail.com To: Tomcat Users List users@tomcat.apache.org Cc: Sent: Saturday, July 30, 2011 6:29 AM Subject: Re: tomcat log server 2011/7/30 John Smith lakhil...@gmail.com: I have tomcat 6.0.29 running different

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 the

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 ch...@christopherschultz.net -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

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, that explains /one

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

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

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 environment

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 official

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 looking for something that could allow

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

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 ? That was confusing too. Yes they do, when

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/

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: Intercept Tomcat log

2010-12-30 Thread Mikolaj Rydzewski
On Thu, 30 Dec 2010 13:28:02 -0200, Igor Simões igor.americ...@gmail.com 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

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 igor.americ...@gmail.com 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

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: 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 http://tomcat.apache.org/tomcat-5.5

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: how does the tomcat log generated? log4j?

2010-12-26 Thread maven apache
Thanks,I will have a try. 2010/12/25 Konstantin Kolinko knst.koli...@gmail.com 2010/12/25 maven apache apachemav...@gmail.com: 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

Re: how does the tomcat log generated? log4j?

2010-12-26 Thread maven apache
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. Some one suggestion I directly add one Appender http://logging.apache.org/log4j/1.2/apidocs/index.html if tomcat also uses

Re: how does the tomcat log generated? log4j?

2010-12-26 Thread maven apache
2010/12/26 Pid p...@pidster.com 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

Re: how does the tomcat log generated? log4j?

2010-12-26 Thread André Warnier
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 wonder how is the tomcat log

Re: how does the tomcat log generated? log4j?

2010-12-26 Thread maven apache
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 logs and I have access

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

Re: how does the tomcat log generated? log4j?

2010-12-25 Thread maven apache
, 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 wonder how is the tomcat log generated,I mean

Re: how does the tomcat log generated? log4j?

2010-12-25 Thread Konstantin Kolinko
2010/12/25 maven apache apachemav...@gmail.com: 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 valvehttp://tomcat.apache.org/tomcat-6.0-doc/config/valve.html#Access_Log_Valveto database. You can use JDBCAccessLogValve

Re: how does the tomcat log generated? log4j?

2010-12-25 Thread André Warnier
://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 this; localhost_access_log.2010-12-20.txt I

Re: how does the tomcat log generated? log4j?

2010-12-25 Thread Konstantin Kolinko
2010/12/25 André Warnier a...@ice-sa.com: 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 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.apache.org/log4j/1.2/apidocs/index.html

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 logs and I

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 ch...@christopherschultz.net: Have you correctly replaced lib/tomcat-juli.jar and installed lib/tomcat-juli-adapters.jar? If

Re: Tomcat log files

2010-11-15 Thread Tobias Crefeld
Am Tue, 09 Nov 2010 16:06:14 -0500 schrieb Christopher Schultz ch...@christopherschultz.net: 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

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

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

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

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

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/.

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 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)

Re: tomcat log format disable the ipv6 format

2010-10-29 Thread maven apache
2010/10/29 Mark Thomas ma...@apache.org 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

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
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 ma...@apache.org On 29/10/2010

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 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

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 Anurag Kapur
, 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 evaluated around 8 tools which do not support catalina.out. Kindly suggest. Hi. catalina.out is not supposed

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.

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: 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. Thanks

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 !-- Define a non-SSL Coyote HTTP/1.1 Connector on port 8080 -- Connector port=8080 maxThreads=150 minSpareThreads=25 maxSpareThreads=75 enableLookups=true redirectPort=8443 acceptCount=100

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 jithu.m...@gmail.com wrote: Hi David, these are the connector elements we have in our server.xml file !-- Define a non-SSL Coyote HTTP/1.1 Connector on port 8080 -- Connector port=8080

RE: Does tomcat log closed connection

2009-09-19 Thread Martin Gainty
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...@gmail.com To: users@tomcat.apache.org And the communication is done

Re: Does tomcat log closed connection

2009-09-19 Thread jithu mada
contenu fourni. Date: Sat, 19 Sep 2009 20:27:25 -0400 Subject: Re: Does tomcat log closed connection From: jithu.m...@gmail.com To: users@tomcat.apache.org And the communication is done on the SSL port 8443. On Sat, Sep 19, 2009 at 8:26 PM, jithu mada jithu.m...@gmail.com wrote

Re: Does tomcat log closed connection

2009-09-19 Thread David Smith
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: Sat, 19 Sep 2009 20:27:25 -0400 Subject: Re: Does tomcat log closed connection From: jithu.m

Re: Retrieving tomcat log files within war

2008-07-25 Thread Johnny Kewl
- Original Message - From: Jerry Atrick [EMAIL PROTECTED] To: users@tomcat.apache.org 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 doing

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
) at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:83) at java.lang.ref.Finalizer.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

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

2008-03-24 Thread micah7
$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 archive at Nabble.com

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

2008-03-24 Thread hai_vu
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Tomcat-Log- Error-on-app-deployment---NullPointer-Exception%2C-META-INF-- tp16202264p16248488.html Sent from the Tomcat - User mailing list

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.

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

2008-03-21 Thread micah7
$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 archive

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 |

Tomcat Log Entries

2007-12-19 Thread Tony Anecito
Hi, I have a question regarding Tomcat logging. I am a Principle Engineer (focusing on performance) at a very large company (Fortune 50) where we are starting to use Tomcat. I have two questions one I did not get an anser to previously: 1. If a log entry shows say 100 seconds for the response

exception in tomcat log

2006-02-23 Thread James Taylor
Hi there, I've just recently got Apache2 and tomcat-5.5.12 working on a solaris10 machine using mod_jk but I see this exception in the tomcat logs, can someone please tell me what it's about? Thanks, James. INFO: Server startup in 10481 ms Feb 23, 2006 5:21:03 PM

RE: Tomcat log to syslog

2006-02-01 Thread Richard Mixon
@tomcat.apache.org Subject: Tomcat log to syslog I have installed Tomcat 5.0.19 on Suse Linux Enterprise Server 9 SP3(SLES) If there is a newer version available for SLES could someone please let me know where to find it. As a relatively new user of SLES, poor package availability has been my only significant

Tomcat log to syslog

2006-01-31 Thread Mark F
I have installed Tomcat 5.0.19 on Suse Linux Enterprise Server 9 SP3(SLES) If there is a newer version available for SLES could someone please let me know where to find it. As a relatively new user of SLES, poor package availability has been my only significant gripe. I would like to

  1   2   >