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

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

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

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

RE: tomcat logs under windows

2006-12-13 Thread Caldarale, Charles R
> From: "sb4" <[EMAIL PROTECTED]> > Subject: tomcat logs under windows > > Is there a place to specify the form of log file names? Take a look at the doc: http://tomcat.apache.org/tomcat-5.5-doc/logging.html By default, Tomcat 5.5 uses a mechanism named JULI to handle logging, and that appears t

Re: tomcat logs under windows

2006-12-13 Thread Martin Gainty
Simon- contents of simplelog.properties should be on classpath (preferrably \WEB-INF\lib) with the attribute showdatetime = false org.apache.commons.logging.simplelog.showdatetime = false M- --- This e-mail message (includi