Struts Log

2002-12-03 Thread To, Wilson
I'm sure this is a simple thing but I cannot find any details about this anywhere - apologies for affending anyone if this is too simple and thus clogging up this mailing. I got an error stating A failure occured in the application and the exception was likely handled. See Struts log

Re: Struts Log

2002-12-03 Thread Brian Hickey
] To: [EMAIL PROTECTED] Sent: Tuesday, December 03, 2002 7:27 AM Subject: Struts Log I'm sure this is a simple thing but I cannot find any details about this anywhere - apologies for affending anyone if this is too simple and thus clogging up this mailing. I got an error stating A failure occured

RE: Struts Log

2002-12-03 Thread To, Wilson
earier: Error Found A failure occured in the application and the exception was likely handled. See Struts log to determine more about the error. Since the message displayed (some default from Struts?) refers to the Struts log, I'd thought it was something that is written to automatically. I hope

RE: Struts Log

2002-12-03 Thread edgar
: Tuesday, December 03, 2002 8:15 AM To: 'Struts Users Mailing List' Subject: RE: Struts Log Hi Brian, Thanks for the response. I'm using version 1.0.2 of Struts and 3.2.1 Tomcat under Windows NT. I'm not actively doing any logging as such so therefore I guess I'm not (knowingly) using Log4J

Re: Struts Log

2002-12-03 Thread Brian Hickey
: Struts Log Hi Brian, Thanks for the response. I'm using version 1.0.2 of Struts and 3.2.1 Tomcat under Windows NT. I'm not actively doing any logging as such so therefore I guess I'm not (knowingly) using Log4J or jakarta-commons etc. The error that is returned in the actual browser

How to change struts log level?

2002-10-07 Thread Keith Cheng
Hi all, As far as I know, the default log level of struts is INFO, how can I change it to other level such as DEBUG? I am using struts 1.1b2 with Tomcat 4.1.10. Thanks! Regards, -- Keith Cheng ¤^¤¢¤ý¤l¡A²Ó¸ô¡A¦n¤ß¤À¤â¡AÛûÛû¨B«¢©i¤Ó­¦... ¶V800­º¦Ü·s¦ÜHit¤â¾÷¹aÁn! Over 800 latest

RE: How to change struts log level when using it with Tomcat 4.1.x?

2002-10-07 Thread Divakar Satyanarayan
Look at the configuration you can do in web.xml file I think u can set the debug level there Regards, Divakar -Original Message- From: Keith Cheng [SMTP:[EMAIL PROTECTED]] Sent: Monday, October 07, 2002 7:52 PM To: [EMAIL PROTECTED] Subject: How to change struts log level

Re: How to change struts log level when using it with Tomcat 4.1. x?

2002-10-07 Thread Eddie Bush
- From: Keith Cheng [SMTP:[EMAIL PROTECTED]] Sent: Monday, October 07, 2002 7:52 PM To: [EMAIL PROTECTED] Subject: How to change struts log level when using it with Tomcat 4.1.x? Hi all, As far as I know, the default log level of struts is INFO, how can I change it to other level

How to change struts log level in Tomcat 4.1.x?

2002-10-07 Thread Keith Cheng
Hi all, As far as I know, the default log level of struts is INFO, how can I change it to other level such as DEBUG? I am using struts 1.1b2 with Tomcat 4.1.10. Thanks! Regards, -- Keith Cheng ¤^¤¢¤ý¤l¡A²Ó¸ô¡A¦n¤ß¤À¤â¡AÛûÛû¨B«¢©i¤Ó­¦... ¶V800­º¦Ü·s¦ÜHit¤â¾÷¹aÁn! Over 800 latest ringtones,

Re: How to change struts log level in Tomcat 4.1.x?

2002-10-07 Thread Eddie Bush
Keith :-) Please don't continuously repost the same exact question. It doesn't benefit anyone. If you don't get a reply, it's probably because the post hasn't come across the eyes of someone that knows - or someone that is confident enough about their knowledge to share it. Reposting is a really

Problem with log4j and struts - log info going to 2 files.

2002-04-07 Thread Antony Stace
Hi Folks I am trying to setup log4j with struts. I have added to each of the files I want log messages for static Category cat = Category.getInstance(ClassName.class.getName() ); and then when I want to write to the log file I have added cat.debug(Debug message); this is working fine

where is the struts log?

2001-09-17 Thread Henry Tong
hey guys! one more question... I see that struts writes to a "log" sometimes like in log(internal.getMessage("initDataSource", key), e); ok the question is where is that log? I mean... is there a "struts.log" somewhere? or anyfile? where is that log going to?

Re: where is the struts log?

2001-09-17 Thread Ted Husted
Struts just uses the default Servlet.log(string) inherited from GenericServlet. http://java.sun.com/j2ee/j2sdkee/techdocs/api/javax/servlet/GenericServlet.html Where it ends up would depend on your container. -- Ted Husted, Husted dot Com, Fairport NY USA. -- Custom Software ~ Technical