[#25519] Migrating Tomcat 8/9 and a single webapp to Java 17 disconfigures Tomcat logs

2023-10-05 Thread az.pl
Nowe zgłoszenie w systemie: #25519 Data utworzenia: 2023-10-05 Temat: Migrating Tomcat 8/9 and a single webapp to Java 17 disconfigures Tomcat logs Hi Chris, We were already considering the jump to log4j for a number of reasons (Removal of an old custom formatter, adding BurstFilter) and the

Re: Migrating Tomcat 8/9 and a single webapp to Java 17 disconfigures Tomcat logs

2023-10-05 Thread Alcides Moraes
Hi Chris, We were already considering the jump to log4j for a number of reasons (Removal of an old custom formatter, adding BurstFilter) and the issue just made it easier. But I agree, the issue was not really solved, just worked around. It only happens when using JDK17 though, in either Tomca

Re: Migrating Tomcat 8/9 and a single webapp to Java 17 disconfigures Tomcat logs

2023-10-02 Thread Christopher Schultz
Alcides, On 9/29/23 15:34, Alcides Moraes wrote: Forgot to expand the webapps/WEB-INF/lib jars as well… root@8ad4f1dcd125:/usr/local/tomcat# find ./ -type f -name logging.properties ./conf/logging.properties ./webapps/corporativo-comum/WEB-INF/lib/org/springframework/boot/logging/java/logging.p

Re: Migrating Tomcat 8/9 and a single webapp to Java 17 disconfigures Tomcat logs

2023-09-29 Thread Alcides Moraes
Forgot to expand the webapps/WEB-INF/lib jars as well… root@8ad4f1dcd125:/usr/local/tomcat# find ./ -type f -name logging.properties ./conf/logging.properties ./webapps/corporativo-comum/WEB-INF/lib/org/springframework/boot/logging/java/logging.properties So there’s springboot's logging.propertie

Re: Migrating Tomcat 8/9 and a single webapp to Java 17 disconfigures Tomcat logs

2023-09-29 Thread Alcides Moraes
Hi Christopher, Thanks for the suggestion, we do add some jars to Tomcat lib (mainly Prometheus, Hazelcast) I expanded every jar inside tomcat/lib and ran a find command. root@05ae85e03d7d:/# find ./ -type f -name logging.properties ./usr/local/tomcat/conf/logging.properties ./opt/java/openjdk/c

Re: Migrating Tomcat 8/9 and a single webapp to Java 17 disconfigures Tomcat logs

2023-09-29 Thread Christopher Schultz
Alcides, On 9/28/23 14:55, Alcides Moraes wrote: Hello everyone, I’m new to the list even though I’ve been a Java web developer for many years, I’ve never had the need to post here, but this time I think I may have stumbled upon a bug, and nothing turns up online on this issue. We’re migrati

Migrating Tomcat 8/9 and a single webapp to Java 17 disconfigures Tomcat logs

2023-09-28 Thread Alcides Moraes
Hello everyone, I’m new to the list even though I’ve been a Java web developer for many years, I’ve never had the need to post here, but this time I think I may have stumbled upon a bug, and nothing turns up online on this issue. We’re migrating our containerized legacy webapps from Java 8/11 t

Re: [EXTERNAL EMAIL] FW: Errors in Tomcat logs / application processing

2022-11-08 Thread Niranjan Rao
Capgemini encourages environmental awareness. *From:*Morell, Alice *Sent:* 07 November 2022 21:33 *To:* DL IN IKANO Middleware *Cc:* Thombre, Dipali Rajesh ; Nayak, Shruthi ; Khandekar, Preeti ; Deshmukh, Hemant ; Phase, Samir *Subject:* Errors in Tomcat logs / application processing Hello

Re: FW: Errors in Tomcat logs / application processing

2022-11-08 Thread Christopher Schultz
Prabu, On 11/8/22 03:58, Ganesan, Prabu wrote: Could you please help with below errors We have enabled TLS successfully – but after TLS enabled we are facing below issues . > > [snip] The error we are facing is: “SOAP Problems executing transaction LoginApplication via Web Service, underl

Re: Constant errors in Tomcat logs

2022-06-06 Thread Mark Thomas
On 06/06/2022 16:28, Alan F wrote: HI I have a Tomcat clustered pair running, I see this 3 times a minute in the logs. I don't see this IP in server.xml I do have a DEV Tomcat pair is this somehow interfering? Possibly. Does that IP match once of the servers in the dev pair? Are the two pai

Constant errors in Tomcat logs

2022-06-06 Thread Alan F
HI I have a Tomcat clustered pair running, I see this 3 times a minute in the logs. I don't see this IP in server.xml I do have a DEV Tomcat pair is this somehow interfering? 06-Jun-2022 11:15:18.836 WARNING [Catalina-utility-2] org.apache.catalina.tribes.group.interceptors.TcpFailureDetector.

Re: tomcat logs

2018-12-29 Thread Daniel Baktiar
Hi Adlet, I have seen this problem many times. See if this ring a bell. This issue is not specific to Tomcat, rather to processes running Linux/Unix file systems. User run Tomcat in Linux/Unix. The server starts correctly, logging runs as expected. At some point in time, user decided to delete th

Re: tomcat logs

2018-12-19 Thread Adlet Azhibek
8.0.33 tomcat java Spring framework 4.3.13 logging by "*org.slf4j.Logger*", "*org.slf4j.LoggerFactory*": example: *private final static Logger logger = LoggerFactory.getLogger(WebSocketController.class);* my logback-auction.xml: [image: grey — копия — копия.PNG] *logback-auction.xml* is located i

Re: tomcat logs

2018-12-19 Thread Mark Thomas
On 19/12/2018 04:19, Adlet Azhibek wrote: > hello. dear tomcat users! > > My web application is named "Auction". I've been looking for any log info > in "auction.log" file in {cataline_base}/logs > > At some moment my app stopped to logging to that file. I'm just wondering > what went wrong. What

tomcat logs

2018-12-18 Thread Adlet Azhibek
hello. dear tomcat users! My web application is named "Auction". I've been looking for any log info in "auction.log" file in {cataline_base}/logs At some moment my app stopped to logging to that file. I'm just wondering what went wrong. What pushed my app to stop logging. That file is empty now,

RE: warning in tomcat logs

2017-05-02 Thread George Stanchev
>> This has been fixed in 8.5.x for 8.5.15 onwards and 9.0.x for 9.0.0.M21 >> onwards. Thanks Mark - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: warning in tomcat logs

2017-05-02 Thread George Stanchev
-Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Sunday, April 30, 2017 5:02 AM To: Tomcat Users List Subject: Re: warning in tomcat logs On 29/04/17 15:13, George Stanchev wrote: > TC 8.5.14 and noticed in the logs the following warning: >

Re: warning in tomcat logs

2017-05-02 Thread Mark Thomas
On 30/04/17 12:02, Mark Thomas wrote: > On 29/04/17 15:13, George Stanchev wrote: >> TC 8.5.14 and noticed in the logs the following warning: >> >> "The truststoreProvider [AnyCert] does not support the >> certificateVerificationDepth configuration option" >> >> In our case, we're using Shib's AnyC

Re: warning in tomcat logs

2017-04-30 Thread Mark Thomas
On 29/04/17 15:13, George Stanchev wrote: > TC 8.5.14 and noticed in the logs the following warning: > > "The truststoreProvider [AnyCert] does not support the > certificateVerificationDepth configuration option" > > In our case, we're using Shib's AnyCert trust manager to accept any > client cer

warning in tomcat logs

2017-04-29 Thread George Stanchev
TC 8.5.14 and noticed in the logs the following warning: "The truststoreProvider [AnyCert] does not support the certificateVerificationDepth configuration option" In our case, we're using Shib's AnyCert trust manager to accept any client cert on a particular connector as described here [1]. I n

Re: Moving tomcat logs to a location readable by developers

2015-06-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Eric, On 6/1/15 9:16 AM, Eric Wood wrote: > I want to be able to move tomcat log file to a location readable > by developers so they do not have to log into the server and read > them from there. I'm looking for recommended best practices. > What p

Moving tomcat logs to a location readable by developers

2015-06-01 Thread Eric Wood
Hi: I want to be able to move tomcat log file to a location readable by developers so they do not have to log into the server and read them from there. I'm looking for recommended best practices. What processes are others using for this purpose? Thanks for your help.

Re: [Off Topic] Forwarding tomcat logs

2014-03-19 Thread Daniel Mikusa
t;> >>>> I have httpd-2.2+mod_jk+tomcat-6.0.37 stack on them >> > > I'm using httpd as front end because I have a few redirection rules set. > Also I was using httpd for handling ssl certificates. > >>>> >>>> I'm using elasti

Re: [Off Topic] Forwarding tomcat logs

2014-03-19 Thread Randeep
ew redirection rules set. Also I was using httpd for handling ssl certificates. > >> > >> I'm using elastic load balancer with autoscaling, so, many > >> instances can spawn and terminate anytime. But once the instance > >> is terminated tomcat logs of tha

Re: [Off Topic] Forwarding tomcat logs

2014-03-19 Thread Brett Delle Grazie
.37 stack on them > > > > I'm using elastic load balancer with autoscaling, so, many instances can > > spawn and terminate anytime. But once the instance is terminated tomcat > > logs of that instance is no more available. > > > > I was trying to forward httpd

Re: [Off Topic] Forwarding tomcat logs

2014-03-18 Thread Christopher Schultz
gt;> I have httpd-2.2+mod_jk+tomcat-6.0.37 stack on them >> >> I'm using elastic load balancer with autoscaling, so, many >> instances can spawn and terminate anytime. But once the instance >> is terminated tomcat logs of that instance is no more available. &g

Re: [Off Topic] Forwarding tomcat logs

2014-03-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Randeep, On 3/18/14, 10:13 AM, Randeep wrote: > I have servers in Amazon Web Services Platform. > > My servers are Centos 5.4 > > I have httpd-2.2+mod_jk+tomcat-6.0.37 stack on them > > I'm using elastic load balancer with autoscaling Each serve

Re: [Off Topic] Forwarding tomcat logs

2014-03-18 Thread Daniel Mikusa
tances can > spawn and terminate anytime. But once the instance is terminated tomcat > logs of that instance is no more available. > > I was trying to forward httpd ErrorLog supports sending logs to syslog. http://httpd.apache.org/docs/2.2/mod/core.html#errorlog I’m not sure about Cu

[Off Topic] Forwarding tomcat logs

2014-03-18 Thread Randeep
Hi, I have servers in Amazon Web Services Platform. My servers are Centos 5.4 I have httpd-2.2+mod_jk+tomcat-6.0.37 stack on them I'm using elastic load balancer with autoscaling, so, many instances can spawn and terminate anytime. But once the instance is terminated tomcat logs of

Re: Getting Apache Tomcat logs in mail

2014-02-25 Thread Daniel Mikusa
On Feb 25, 2014, at 1:25 PM, Randeep wrote: > Hi, > > Is there any way to get exceptions mailed? I have an apache tomcat 6.0.37 > with httpd as front end connected with mod_jk. > > I have 5-6 web applications hosted in my tomcat. So I get a lot of logs. > And the applications are big so trackin

Getting Apache Tomcat logs in mail

2014-02-25 Thread Randeep
Hi, Is there any way to get exceptions mailed? I have an apache tomcat 6.0.37 with httpd as front end connected with mod_jk. I have 5-6 web applications hosted in my tomcat. So I get a lot of logs. And the applications are big so tracking each and everything is a little bit tiring. Is there anywa

Re: log4j to write Tomcat logs to Windows Event Log

2012-07-24 Thread sandy
case. I hope my solution works for you as well. Good luck. Sandy -- View this message in context: http://tomcat.10.n6.nabble.com/log4j-to-write-Tomcat-logs-to-Windows-Event-Log-tp4983672p4984394.html Sent from the Tomcat -

Re: Certificate chain does not seem to work and no errors in the tomcat logs

2012-07-23 Thread Pid
ha > > > -Original Message- > From: Sivasubramaniam, Latha > Sent: Wednesday, July 18, 2012 1:56 PM > To: 'Tomcat Users List' > Cc: Samala, Praveen; Pandurangan Krishnakumar > Subject: RE: Certificate chain does not seem to work and no errors in the &

RE: Certificate chain does not seem to work and no errors in the tomcat logs

2012-07-23 Thread Sivasubramaniam, Latha
Users List' Cc: Samala, Praveen; Pandurangan Krishnakumar Subject: RE: Certificate chain does not seem to work and no errors in the tomcat logs We tried with Firefox, that did not work either. -Original Message- From: Sivasubramaniam, Latha Sent: Wednesday, July 18, 2012 1:55 PM T

RE: Certificate chain does not seem to work and no errors in the tomcat logs

2012-07-18 Thread Sivasubramaniam, Latha
he tomcat logs Connector string Thanks, Latha -Original Message- From: Sivasubramaniam, Latha Sent: Wednesday, July 18, 2012 9:26 AM To: Tomcat Users List Cc: Samala, Praveen; Pandurangan Krishnakumar Subject: RE: Certificate chain does not seem to work and no errors in the tomcat lo

RE: Certificate chain does not seem to work and no errors in the tomcat logs

2012-07-18 Thread Sivasubramaniam, Latha
Connector string Thanks, Latha -Original Message- From: Sivasubramaniam, Latha Sent: Wednesday, July 18, 2012 9:26 AM To: Tomcat Users List Cc: Samala, Praveen; Pandurangan Krishnakumar Subject: RE: Certificate chain does not seem to work and no errors in the tomcat logs Thanks for

RE: Certificate chain does not seem to work and no errors in the tomcat logs

2012-07-18 Thread Sivasubramaniam, Latha
chain does not seem to work and no errors in the tomcat logs -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Latha, On 7/17/12 8:20 PM, Sivasubramaniam, Latha wrote: > I am having issues with the SSL certificate chain the https requests > from the IE8 browser does not get any response. Fo

Re: Certificate chain does not seem to work and no errors in the tomcat logs

2012-07-18 Thread Christopher Schultz
erated selfsigned certificate and that is working. That is good to know. > We have windows based components using the same certificate on the > same server, certificates imported on to the windows certmgr and > those components are working. But the same certificate is not > working on the

Re: log4j to write Tomcat logs to Windows Event Log

2012-07-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kevin, On 7/9/12 11:52 AM, Dunbar, Kevin D CIV SPAWARSYSCEN-PACIFIC, 56250 wrote: > Thank you Chris and Konstantin for replying to my message. Here is > the contents of the log4j.properties file... (This was taken from > the instructions on the Tomca

RE: log4j to write Tomcat logs to Windows Event Log

2012-07-09 Thread Dunbar, Kevin D CIV SPAWARSYSCEN-PACIFIC, 56250
-0777 kevin.dun...@navy.mil From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Sun 7/8/2012 9:33 AM To: Tomcat Users List Subject: Re: log4j to write Tomcat logs to Windows Event Log -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Konstantin, On

Re: log4j to write Tomcat logs to Windows Event Log

2012-07-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Konstantin, On 7/8/12 5:40 AM, Konstantin Kolinko wrote: > Your log4j.properties is wrong? +1 Kevin, can you post your log4j.properties file? - -chris -BEGIN PGP SIGNATURE- Version: GnuPG/MacGPG2 v2.0.17 (Darwin) Comment: GPGTools - http://

Re: log4j to write Tomcat logs to Windows Event Log

2012-07-08 Thread Konstantin Kolinko
2012/7/7 Dunbar, Kevin D CIV SPAWARSYSCEN-PACIFIC, 56250 : > Hi, > > I am trying to use log4j.jar to do the logging in Tomcat 7.0.27 (on Windows > XP) instead of java.util.logging so that I can append the logs to be output > to the Windows Event Log. > > I followed the instructions to configure T

log4j to write Tomcat logs to Windows Event Log

2012-07-06 Thread Dunbar, Kevin D CIV SPAWARSYSCEN-PACIFIC, 56250
Hi, I am trying to use log4j.jar to do the logging in Tomcat 7.0.27 (on Windows XP) instead of java.util.logging so that I can append the logs to be output to the Windows Event Log. I followed the instructions to configure Tomcat to use log4j rather than java.util.logging for all Tomcat's in

Re: Piping tomcat logs to rsyslog

2011-05-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 5/27/2011 5:00 PM, Mark Eggers wrote: >From a Google search: juli logging syslog > > http://remcojansen.posterous.com/2009/11/how-to-send-tomcats-access-log-to.html Note that this solution has to configure Tomcat to use log4j logging, and t

Re: Piping tomcat logs to rsyslog

2011-05-27 Thread Mark Eggers
> From: Eric Lorson > To: users@tomcat.apache.org > Cc: > Sent: Friday, May 27, 2011 9:21 AM > Subject: Piping tomcat logs to rsyslog > > > For internal security reasons I need to prevent our tomcat logs from writing > to the webserver local disk. We set up a rsys

Piping tomcat logs to rsyslog

2011-05-27 Thread Eric Lorson
For internal security reasons I need to prevent our tomcat logs from writing to the webserver local disk. We set up a rsyslog server and want to pipe the log data directly to rsyslog. I am trying to work out how to configure tomcat to send all lpg data to STDOUT or named pipe and have the

Re: Rotating Tomcat-Logs

2010-10-22 Thread Konstantin Kolinko
2010/10/21 André Warnier : > > Anyway, I am interested in finding a scheme, based on JULI, and which : > - would generally-speaking start by directing ALL Tomcat logs to one single > file, NOT rotated by JULI You can use the java.util.logging.FileHandler class provided by JRE. >

Re: Rotating Tomcat-Logs

2010-10-22 Thread Tobias Crefeld
is leads of course to a Java-based solution but it should work more predictable than the JULI-setup of Tomcat. > Anyway, I am interested in finding a scheme, based on JULI, and > which : > - would generally-speaking start by directing ALL Tomcat logs to one > single file, NOT rotated by JULI

Re: Rotating Tomcat-Logs

2010-10-21 Thread André Warnier
e standard Tomcat scheme (like using jsvc, and/or re-directing to SYSLOG e.g.). Anyway, I am interested in finding a scheme, based on JULI, and which : - would generally-speaking start by directing ALL Tomcat logs to one single file, NOT rotated by JULI - would use the system facilities (aka l

Rotating Tomcat-Logs

2010-10-21 Thread Tobias Crefeld
We have problems to manage Tomcats Logs. Logfiles like catalina.out or application specific logging is not the problem, but there are some files that are created each day new by tomcat (Tomcat-6): localhost.2010-02-27.log manager.2010-02-16.log host-manager.2009-08-30.log admin.2010-07-10.log

Re: [OT] Re: Some problem of analyzing the tomcat logs

2010-09-18 Thread yang Yang
Thanks all the guys for your reaply. SInce we can not use any third-party library,so we have to do ourselves. So I am looking for a java-based log analyzer to see how do them work. 2010/9/17 Pid > On 17/09/2010 08:19, Wesley Acheson wrote: > > On Fri, Sep 17, 2010 at 9:17 AM, André Warnier wr

[OT] Re: Some problem of analyzing the tomcat logs

2010-09-17 Thread Pid
On 17/09/2010 08:19, Wesley Acheson wrote: > On Fri, Sep 17, 2010 at 9:17 AM, André Warnier wrote: >> Hi. >> >> In short and in my opinion, I think that you are re-inventing the wheel. >> There exist already numerous open-source programs which analyse web logs, >> and generally produce nice-lookin

Re: Some problem of analyzing the tomcat logs

2010-09-17 Thread Mikolaj Rydzewski
On Fri, 17 Sep 2010 09:19:39 +0200, Wesley Acheson > +1 There is a lot of software out there that gives good logs. However > I don't know if many of them distinguish the file extensions which > seems to be his problem? One should divide site structure to have separate folders for images, resource

Re: Some problem of analyzing the tomcat logs

2010-09-17 Thread Wesley Acheson
On Fri, Sep 17, 2010 at 9:17 AM, André Warnier wrote: > Hi. > > In short and in my opinion, I think that you are re-inventing the wheel. > There exist already numerous open-source programs which analyse web logs, > and generally produce nice-looking graphics etc.. from them.  And they do > the spl

Re: Some problem of analyzing the tomcat logs

2010-09-17 Thread André Warnier
Hi. In short and in my opinion, I think that you are re-inventing the wheel. There exist already numerous open-source programs which analyse web logs, and generally produce nice-looking graphics etc.. from them. And they do the splitting-up work properly, as long as you feed them the correct l

Some problem of analyzing the tomcat logs

2010-09-16 Thread yang Yang
Hi: I am trying to develop a web based tool to track page hit counts, user session activity and etc of our own sites. I meet some problems: 1) How to distinguish a request target is a page or a resource? For example,the following two logs(remove some parts): #1-> [17/Sep/2010:11:38:26 +0800] "P

Re: jsvc w/Tomcat 6.0.26 - Tomcat logs disappeared

2010-03-19 Thread Rob Slifka
Done and done! https://issues.apache.org/jira/browse/DAEMON-153 Thanks everyone, Rob On Fri, Mar 19, 2010 at 12:20 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Rob, > > On 3/19/2010 2:48 PM, Rob S. wrote: > > On Fri, Mar 1

Re: jsvc w/Tomcat 6.0.26 - Tomcat logs disappeared

2010-03-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rob, On 3/19/2010 2:48 PM, Rob S. wrote: > On Fri, Mar 19, 2010 at 11:33 AM, André Warnier wrote: > >> >> You should probably install a *real* tomcat pre-packaged distribution, like >> the ones you get with Debian or RedHat. Their startup scripts w

Re: jsvc w/Tomcat 6.0.26 - Tomcat logs disappeared

2010-03-19 Thread Rob Slifka
Hi Mark, > time). > There is one due fairly soon. Mladen has been working on daemon recently. > Excellent! I'm in the processing of submitting the patch to daemon's Tomcat5.sh at the moment. > > - Once that happens, Tomcat needs to be updated to pull that new release > > from the archive. > T

Re: jsvc w/Tomcat 6.0.26 - Tomcat logs disappeared

2010-03-19 Thread Mark Thomas
On 19/03/2010 18:45, Rob S. wrote: > Hi Chris, > > I have a script that works and I'm ready to submit a patch. Tomcat pulls > jsvc.tar.gz from the commons-daemon project, circa 2004/2005. > > http://archive.apache.org/dist/commons/daemon/binaries/ > > The structure of the 1.0.1 commons-daemon i

Re: jsvc w/Tomcat 6.0.26 - Tomcat logs disappeared

2010-03-19 Thread Rob S.
On Fri, Mar 19, 2010 at 11:33 AM, André Warnier wrote: > > You should probably install a *real* tomcat pre-packaged distribution, like > the ones you get with Debian or RedHat. Their startup scripts work fine > with jsvc, right out of the box. > Hi Andre, Pragmatically speaking, that would all

Re: jsvc w/Tomcat 6.0.26 - Tomcat logs disappeared

2010-03-19 Thread Rob S.
Hi Chris, I have a script that works and I'm ready to submit a patch. Tomcat pulls jsvc.tar.gz from the commons-daemon project, circa 2004/2005. http://archive.apache.org/dist/commons/daemon/binaries/ The structure of the 1.0.1 commons-daemon is different than the structure of 1.0.2. There is

Re: jsvc w/Tomcat 6.0.26 - Tomcat logs disappeared

2010-03-19 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rob, On 3/19/2010 1:51 PM, Rob S. wrote: The core of the issue seems to be that jsvc is starting Java directly which means you have to duplicate the hard work catalina.sh does. So while I'm really talking about just gett

Re: jsvc w/Tomcat 6.0.26 - Tomcat logs disappeared

2010-03-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rob, On 3/19/2010 1:51 PM, Rob S. wrote: > The core of the issue seems to be that jsvc is starting Java directly which > means you have to duplicate the hard work catalina.sh does. So while I'm > really talking about just getting the log files to sho

Re: jsvc w/Tomcat 6.0.26 - Tomcat logs disappeared

2010-03-19 Thread Rob S.
The core of the issue seems to be that jsvc is starting Java directly which means you have to duplicate the hard work catalina.sh does. So while I'm really talking about just getting the log files to show back up, that's only a symptom of the larger problem. Is this an accurate analysis? Is ther

Re: jsvc w/Tomcat 6.0.26 - Tomcat logs disappeared

2010-03-19 Thread Rob S.
Yep, the "update" really just changed the name of Bootstrap :) In the process of debugging this now and I will definitely post the results here / submit a patch, hopefully later today. Rob On Fri, Mar 19, 2010 at 10:34 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN

Re: jsvc w/Tomcat 6.0.26 - Tomcat logs disappeared

2010-03-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rob, On 3/19/2010 1:25 PM, Rob S. wrote: > After using the jsvc init script provided with Tomcat 6, Tomcat no longer > writes any log files to /logs. The only log file I'm getting is > catalina.out, which is coming from JSVC capturing System.out and

jsvc w/Tomcat 6.0.26 - Tomcat logs disappeared

2010-03-19 Thread Rob S.
Hi everyone, After using the jsvc init script provided with Tomcat 6, Tomcat no longer writes any log files to /logs. The only log file I'm getting is catalina.out, which is coming from JSVC capturing System.out and System.err. My Google-fu must be on vacation because this seems like it would be

Re: changing trace level of 'internal' tomcat logs

2010-02-03 Thread Konstantin Kolinko
2010/2/3 Konstantin Kolinko : > 2010/2/3 Lominchar García, José Luis : >>> jakarta_service_.log : >>> >>> Start > All Programs > Apache Tomcat 6.0 > Configure Tomcat >>> >>> then switch to the "Logging" page and choose "Level", one of: Error, >>> Info, Warning, Debug. >>> >> >> What bin/*.exe

Re: changing trace level of 'internal' tomcat logs

2010-02-03 Thread Konstantin Kolinko
2010/2/3 Lominchar García, José Luis : > > What bin/*.exe corresponds to 'Start > All Programs > Apache Tomcat 6.0 > > Configure Tomcat' ? > tomcat6w.exe > > java.util.logging.ConsoleHandler.level = WARNING > (in conf\logging.properties) didn't work .. > I've tried and it works for me. Maybe yo

Re: changing trace level of 'internal' tomcat logs

2010-02-02 Thread André Warnier
Lominchar García wrote: Hi What bin/*.exe corresponds to 'Start > All Programs > Apache Tomcat 6.0 > Configure Tomcat' ? bin/tomcat?w.exe (where ? is the version of tomcat) - To unsubscribe, e-mail: users-unsubscr...@tomc

RE: changing trace level of 'internal' tomcat logs

2010-02-02 Thread Lominchar García , José Luis
i...@gmail.com] Enviado el: martes, 02 de febrero de 2010 11:11 Para: Tomcat Users List Asunto: Re: changing trace level of 'internal' tomcat logs 2010/2/2 Lominchar García, José Luis : > Hi, > ¿does somebody knows what I have to do to change trace level of > jakarta_service

Re: changing trace level of 'internal' tomcat logs

2010-02-02 Thread Konstantin Kolinko
2010/2/2 Lominchar García, José Luis : > Hi, > ¿does somebody knows what I have to do to change trace level of > jakarta_service_.log and stdout_.log from 'info' to 'warn'? > jakarta_service_.log : Start > All Programs > Apache Tomcat 6.0 > Configure Tomcat then switch to the "Logging" page and

changing trace level of 'internal' tomcat logs

2010-02-02 Thread Lominchar García , José Luis
Hi, ¿does somebody knows what I have to do to change trace level of jakarta_service_.log and stdout_.log from 'info' to 'warn'? Thanks! - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-ma

RE: Tomcat Logs and console .

2009-08-19 Thread Mohamed Shah
I have got the solution by modifying log4j.properties file -Original Message- From: Ognjen Blagojevic [mailto:ogn...@etf.bg.ac.rs] Sent: Wednesday, August 19, 2009 4:41 PM To: Tomcat Users List Subject: Re: Tomcat Logs and console . Mohamed Shah wrote: > Console Displays the act

RE: Tomcat Logs and console .

2009-08-19 Thread Mohamed Shah
Come on buddy -Original Message- From: Ognjen Blagojevic [mailto:ogn...@etf.bg.ac.rs] Sent: Wednesday, August 19, 2009 4:41 PM To: Tomcat Users List Subject: Re: Tomcat Logs and console . Mohamed Shah wrote: > Console Displays the actual errors, But the screen size is small so that

Re: Tomcat Logs and console .

2009-08-19 Thread Ognjen Blagojevic
Mohamed Shah wrote: Console Displays the actual errors, But the screen size is small so that we cannot know about the errors. Scroll back, Mohamed! Scroll back! :) -Ognjen - To unsubscribe, e-mail: users-unsubscr...@tomcat.a

RE: Tomcat Logs and console .

2009-08-19 Thread Mohamed Shah
me in writing a file handler for getting the complete trace or alternative methods Regards, Mohamed shah.k -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Wednesday, August 19, 2009 4:13 AM To: Tomcat Users List Subject: Re: Tomcat Logs and console . Ognjen

Re: Tomcat Logs and console .

2009-08-18 Thread André Warnier
Ognjen Blagojevic wrote: Log file looks ok. It is dirty with duplicate listeners errors. Can you try to solve that first? Doesn't it also show that port 8080 is already in use by something else, and it cannot start because of that ? (or is that a byproduct of the other error ?) ---

Re: Tomcat Logs and console .

2009-08-18 Thread Ognjen Blagojevic
Log file looks ok. It is dirty with duplicate listeners errors. Can you try to solve that first? Regards, Ognjen Mohamed Shah wrote: Aug 18, 2009 4:44:44 AM org.apache.catalina.core.StandardContext addApplicationListener INFO: The listener "com.liferay.portal.spring.context.PortalContextLo

RE: Tomcat Logs and console .

2009-08-18 Thread Mohamed Shah
quot;com.liferay.portal.kernel.servlet.PortletContextListener" is already configured for this context. The duplicate definition has been ignored. Aug 18, 2009 1:42:47 PM org.apache.catalina.core.StandardContext addApplicationListener INFO: The listener "com.liferay.portal.kernel.servlet.Portle

Re: Tomcat Logs and console .

2009-08-18 Thread Ognjen Blagojevic
- From: Ognjen Blagojevic [mailto:ogn...@etf.bg.ac.rs] Sent: Tuesday, August 18, 2009 5:57 PM To: Tomcat Users List Subject: Re: Tomcat Logs and console . Mohamed Shah wrote: Sorry If this is not interesting. I couldn't find all of the console contents in log files. If not available in log

Re: Tomcat Logs and console .

2009-08-18 Thread Ognjen Blagojevic
Mohamed Shah wrote: Sorry If this is not interesting. I couldn't find all of the console contents in log files. If not available in log files can I manage the console to read the full contents somehow?. FYI I use old tomcat bundled with liferay tomcat(5.0) and I cannot upgrade due to some tea

Tomcat Logs and console .

2009-08-14 Thread Mohamed Shah
Hi, Sorry If this is not interesting. I couldn't find all of the console contents in log files. If not available in log files can I manage the console to read the full contents somehow?. FYI I use old tomcat bundled with liferay tomcat(5.0) and I cannot upgrade due to some team policies. Than

RE: Regarding log4J creating logs in tomcat logs folder using FileAppender

2009-06-22 Thread Caldarale, Charles R
> From: abhishek reddy [mailto:abhishek.c1...@gmail.com] > Subject: Re: Regarding log4J creating logs in tomcat logs folder using > FileAppender > > i think it is "catalina.base" Yes, sorry for the earlier misdirect. - Chuck THIS COMMUNICATION MAY CONTAIN CONF

Re: Regarding log4J creating logs in tomcat logs folder using FileAppender

2009-06-22 Thread abhishek reddy
; >>> > From: abhishek reddy [mailto:abhishek.c1...@gmail.com] >>> > Subject: Regarding log4J creating logs in tomcat logs folder using >>> > FileAppender >>> > >>> > but the log files are created under tomcat bin folder >>> >&g

Re: Regarding log4J creating logs in tomcat logs folder using FileAppender

2009-06-22 Thread abhishek reddy
> > > On Mon, Jun 22, 2009 at 6:25 PM, Caldarale, Charles R < > chuck.caldar...@unisys.com> wrote: > >> > From: abhishek reddy [mailto:abhishek.c1...@gmail.com] >> > Subject: Regarding log4J creating logs in tomcat logs folder using >> > FileAppende

Re: Regarding log4J creating logs in tomcat logs folder using FileAppender

2009-06-22 Thread abhishek reddy
; From: abhishek reddy [mailto:abhishek.c1...@gmail.com] > > Subject: Regarding log4J creating logs in tomcat logs folder using > > FileAppender > > > > but the log files are created under tomcat bin folder > > Because you're using a relative path, which should be avoided, since yo

RE: Regarding log4J creating logs in tomcat logs folder using FileAppender

2009-06-22 Thread Caldarale, Charles R
> From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] > Subject: RE: Regarding log4J creating logs in tomcat logs folder using > FileAppender > > > but the log files are created under tomcat bin folder > > Because you're using a relative path, which should

RE: Regarding log4J creating logs in tomcat logs folder using FileAppender

2009-06-22 Thread Caldarale, Charles R
> From: abhishek reddy [mailto:abhishek.c1...@gmail.com] > Subject: Regarding log4J creating logs in tomcat logs folder using > FileAppender > > but the log files are created under tomcat bin folder Because you're using a relative path, which should be avoided, since you have

Regarding log4J creating logs in tomcat logs folder using FileAppender

2009-06-22 Thread abhishek reddy
hi every one, Iam new to Log4j... How to create log files in tomcat logs folder using Apache Log4j FileAppender class? This is what i was doing new FileAppender(layout,"todayslog",true); but the log files are created under tomcat bin folder...how t change this? A

Re: Tomcat logs in EST, webapp reports time in GMT

2009-05-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ciarán, On 5/8/2009 8:04 AM, Rowe, Ciaran (IT) wrote: > I'm not so experienced in how Java/Tomcat handle timezone matters, > but I've come across a running instance of a container which claims > to be in GMT for some webapps, and US/Eastern for others

Tomcat logs in EST, webapp reports time in GMT

2009-05-08 Thread Rowe, Ciaran (IT)
Hi All, I'm not so experienced in how Java/Tomcat handle timezone matters, but I've come across a running instance of a container which claims to be in GMT for some webapps, and US/Eastern for others. The container itself appears to be logging in US/Eastern. I've verified through a heapdump th

RE: Send tomcat logs to syslog-ng

2009-04-27 Thread Caldarale, Charles R
> From: André Warnier [mailto:a...@ice-sa.com] > Subject: Re: Send tomcat logs to syslog-ng > > The OP is under Windows, so probably running Tomcat under the > commons-daemon stuff (tomcatxx.exe). Does that also work as such in > that case ? Yes, it makes no difference if

Re: Send tomcat logs to syslog-ng

2009-04-27 Thread André Warnier
Caldarale, Charles R wrote: From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: Send tomcat logs to syslog-ng You may want to have a look here : http://blog.the-mitchells.org/archives/2004/09/21/tomcat-on-windows- and-swallowoutput/ That's a bit out of date for current versio

RE: Send tomcat logs to syslog-ng

2009-04-27 Thread Caldarale, Charles R
> From: André Warnier [mailto:a...@ice-sa.com] > Subject: Re: Send tomcat logs to syslog-ng > > You may want to have a look here : > http://blog.the-mitchells.org/archives/2004/09/21/tomcat-on-windows- > and-swallowoutput/ That's a bit out of date for current version

Re: Send tomcat logs to syslog-ng

2009-04-27 Thread André Warnier
Julien Vermet wrote: Hello I'm running an apache/tomcat server under Windows Server 2003. I would like to send tomcat logs to syslog-ng server under Debian. I tried with log4j, but I receive only application log, no tomcat logs. Do you have a solution? You may want to have a look here :

Send tomcat logs to syslog-ng

2009-04-27 Thread Julien Vermet
Hello I'm running an apache/tomcat server under Windows Server 2003. I would like to send tomcat logs to syslog-ng server under Debian. I tried with log4j, but I receive only application log, no tomcat logs. Do you have a solution? Thnaks

Re: Tomcat logs

2009-04-23 Thread Mark Thomas
Ducharme, Ugo wrote: > How can I get the maximum amount of log possible? Shall I use log level like > org.level = ALL and com.level = ALL ? I feel tomcat is not verbose enough and > I am looking for a switch (or something else) that would give me all the log > I can. You *really* don't want to

Re: Tomcat logs

2009-04-23 Thread André Warnier
Ducharme, Ugo wrote: ... I feel tomcat is not verbose enough You must be the only one in the whole wide world. Where are you looking ? - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-ma

  1   2   >