Re: Logging in struts.

2003-06-18 Thread Kwok Peng Tuck
e - From: "Adam Hardy" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, June 18, 2003 1:09 PM Subject: Re: Logging in struts. sounds like your logging configuration file doesn't contain what you think it does or is

Re: Best Practice [WAS: Logging in struts].

2003-06-18 Thread David Graham
gt; Sent: Wednesday, June 18, 2003 3:24 AM > To: Struts Users Mailing List > Subject: Logging in struts. > > > Hi all, > > I didn't really want to post such a basic question, but I have tried a > couple of possible solutions and have had zero luck. So, > > How

Best Practice [WAS: Logging in struts].

2003-06-18 Thread Hibbs, David
D] > Sent: Wednesday, June 18, 2003 3:24 AM > To: Struts Users Mailing List > Subject: Logging in struts. > > > Hi all, > > I didn't really want to post such a basic question, but I have tried a > couple of possible solutions and have had zero luck. So, > &g

Re: Logging in struts.

2003-06-18 Thread Simon Kelly
yself! Please excuse the noise. Sim"BANG" - Original Message - From: "Adam Hardy" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, June 18, 2003 1:09 PM Subject: Re: Logging in struts. > sounds li

Re: Logging in struts.

2003-06-18 Thread Adam Hardy
g Tuck" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, June 18, 2003 12:24 PM Subject: Re: Logging in struts. Hmm very strange since it doesn't log properly. Looks a bit different then how it's done in t

Re: Logging in struts.

2003-06-18 Thread Simon Kelly
Done that. It's my usual option for loggin in struts. But even that seems to have failed me :-( - Original Message - From: "Kwok Peng Tuck" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, June 18, 2003 12

Re: Logging in struts.

2003-06-18 Thread Kwok Peng Tuck
Hmm very strange since it doesn't log properly. Looks a bit different then how it's done in the struts examples. I see that they do this, import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; ... .. .. public final class EditSubscriptionAction extends Action { privat

RE: Logging in struts.

2003-06-18 Thread Filip Polsakiewicz
> -Original Message- > From: Simon Kelly [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 18, 2003 11:36 AM > To: Struts Users Mailing List > Subject: Re: Logging in struts. > > > Thanks Filip (and hi Kwok, yep found the file. See below) > > I tested th

Re: Logging in struts.

2003-06-18 Thread Simon Kelly
; <[EMAIL PROTECTED]> Sent: Wednesday, June 18, 2003 11:23 AM Subject: RE: Logging in struts. > > -Original Message- > > From: Simon Kelly [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, June 18, 2003 11:02 AM > > To: Struts Users Mailing List > > Subject:

Re: Logging in struts.

2003-06-18 Thread Kwok Peng Tuck
rom: Simon Kelly [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 10:24 AM To: Struts Users Mailing List Subject: Logging in struts. Hi all, I didn't really want to post such a basic question, but I have tried a couple of possible solutions and have had zero luck. So, How do you log

RE: Logging in struts.

2003-06-18 Thread Filip Polsakiewicz
> -Original Message- > From: Simon Kelly [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 18, 2003 11:02 AM > To: Struts Users Mailing List > Subject: Re: Logging in struts. > > > Hi Gemes and Filip, > > Thanks for the answers. I'm using commons loggin

Re: Logging in struts.

2003-06-18 Thread Simon Kelly
--- Original Message - From: "Filip Polsakiewicz" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, June 18, 2003 10:50 AM Subject: RE: Logging in struts. > Hi Simon, > > there is a lot of info on that question in O

RE: Logging in struts.

2003-06-18 Thread Filip Polsakiewicz
e too, Filip > -Original Message- > From: Simon Kelly [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 18, 2003 10:24 AM > To: Struts Users Mailing List > Subject: Logging in struts. > > > Hi all, > > I didn't really want to post such a basic question,

Re: Logging in struts.

2003-06-18 Thread Gemes Tibor
Simon Kelly írta: Hi all, I didn't really want to post such a basic question, but I have tried a couple of possible solutions and have had zero luck. So, How do you log messages using the Struts logger, so that they will print to screen? I.E the window that tomcat is running in, in my case. T

Logging in struts.

2003-06-18 Thread Simon Kelly
Hi all, I didn't really want to post such a basic question, but I have tried a couple of possible solutions and have had zero luck. So, How do you log messages using the Struts logger, so that they will print to screen? I.E the window that tomcat is running in, in my case. Thanks, cheers etc et

Re: How do I control logging in Struts? -- Was: Re: Tiles - Stop from logging

2003-02-28 Thread Kris Schneider
Nope, you're right, good call. I've just gotten into the habbit of doing that regardless of the number of appenders I've got. Quoting Eddie Bush <[EMAIL PROTECTED]>: > Actually, with a single appender, it really shouldn't matter. If he > winds up adding additional appenders, then, yes, he may w

Re: How do I control logging in Struts? -- Was: Re: Tiles - Stopfrom logging

2003-02-28 Thread Eddie Bush
Actually, with a single appender, it really shouldn't matter. If he winds up adding additional appenders, then, yes, he may want to do that. The problem solved by that, unless I'm mistaken, is that output shows up on multiple appenders. Hence, with only a single appender, it really isn't nece

Re: How do I control logging in Struts? -- Was: Re: Tiles - Stop from logging

2003-02-28 Thread Kris Schneider
Pretty sure you wanna add: log4j.additivity.org.apache.struts.tiles=false Hope that's the right properties file syntax, I usually use XML... Quoting Eddie Bush <[EMAIL PROTECTED]>: > You really should be able to get such examples off the components' > respective sites, but, seeing as how folks

How do I control logging in Struts? -- Was: Re: Tiles - Stop fromlogging

2003-02-28 Thread Eddie Bush
You really should be able to get such examples off the components' respective sites, but, seeing as how folks seem to have problems with this ... here you go :-) log4j.properties <--- log4j.rootLogger=DEBUG,A1 log4j.logger.org.apache.struts.tiles=WARN # A1 is set to be a ConsoleAppender. log4j.a

configuring logging in struts

2003-02-19 Thread Kirby Vandivort
OK.. I'm going to ask what I'm sure is a brain dead question to most of you, but after spending way-too-long looking for a reasonable answer on the web, I turn to you... I have struts-nightly, java 1.4, tomcat 4.1.18. I haven't done anything with Log4j, etc. I'm assuming based on what I've read

RE: logging in struts

2002-09-23 Thread Martin Cooper
> -Original Message- > From: Mark Silva [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 23, 2002 1:09 PM > To: Struts Users Mailing List > Subject: RE: logging in struts > > > martin, > > where do you place the configuration property file for jdk

RE: logging in struts

2002-09-23 Thread Mark Silva
PROTECTED]] Sent: Monday, September 23, 2002 1:05 PM To: 'Struts Users Mailing List' Subject: RE: logging in struts > -Original Message- > From: Mark Silva [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 23, 2002 10:08 AM > To: Struts Users Mailing List > S

RE: logging in struts

2002-09-23 Thread Martin Cooper
> -Original Message- > From: Mark Silva [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 23, 2002 10:08 AM > To: Struts Users Mailing List > Subject: logging in struts > > > hey there, > > i was wondering what people ar eusing for logging in struts.

RE: logging in struts

2002-09-23 Thread Galbreath, Mark
When you are dealing with this lunatic, everyday is Friday. :-( -Original Message- From: Chappell, Simon P [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 3:13 PM To: Struts Users Mailing List Subject: RE: logging in struts And it's not even Friday yet! >-

RE: logging in struts

2002-09-23 Thread Galbreath, Mark
+1 -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 2:41 PM To: Struts Users Mailing List Subject: Re: logging in struts Disregard this garbage. I don't know who this guy is or what in the world he thinks he's doing, but many

Re: logging in struts

2002-09-23 Thread Zahid Rahman
wishing to use it can simply use it and not have to write your own. - - Original Message - From: "Eddie Bush" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, September 23, 2002 8:10 PM Subject: Re: logging in struts

RE: logging in struts

2002-09-23 Thread Tero P Paananen
> I highly suspicion this character is, in fact, a bot. ...and it is eternal Friday on the Struts User list. Kick the bot off the list. -TPP -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: logging in struts

2002-09-23 Thread Tiago Nodari
me that in this case he may have just misunderstood the question "logging >>in struts" to mean "logging in IN struts"... in which case his suggestion >>is probably valid. >> >>--- >>- Nayan Hajratwala >>- Chikli Consulting LLC >>

RE: logging in struts

2002-09-23 Thread Chappell, Simon P
And it's not even Friday yet! >-Original Message- >From: Eddie Bush [mailto:[EMAIL PROTECTED]] >Sent: Monday, September 23, 2002 2:10 PM >To: Struts Users Mailing List >Subject: Re: logging in struts > > >I highly suspicion this character is, in fact

Re: logging in struts

2002-09-23 Thread Eddie Bush
believe he isn't though ... Hajratwala, Nayan (N.) wrote: >Agreed that some previous posts have been pretty sketchy, but it seems to me that in >this case he may have just misunderstood the question "logging in struts" to mean >"logging in IN struts"... in

Re: logging in struts

2002-09-23 Thread Zahid Rahman
n are really strange, they don't seem to like buying books. Zahid - Original Message - From: "Chappell, Simon P" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, September 23, 2002 7:48 PM Subject: RE: logging in s

RE: logging in struts

2002-09-23 Thread Chappell, Simon P
alist www.landsend.com Lands' End, Inc. (608) 935-4526 >-Original Message- >From: Zahid Rahman [mailto:[EMAIL PROTECTED]] >Sent: Monday, September 23, 2002 1:44 PM >To: Struts Users Mailing List >Subject: Re: loggi

RE: logging in struts

2002-09-23 Thread Hajratwala, Nayan (N.)
Agreed that some previous posts have been pretty sketchy, but it seems to me that in this case he may have just misunderstood the question "logging in struts" to mean "logging in IN struts"... in which case his suggestion is probably valid. --- - Nayan Hajratwala - C

Re: logging in struts

2002-09-23 Thread Zahid Rahman
ber 23, 2002 7:40 PM Subject: Re: logging in struts > Disregard this garbage. I don't know who this guy is or what in the > world he thinks he's doing, but many here have filtered him out. Don't > be led astray by his unintelligible jibberish. > > Zahid Rahman wrote:

Re: logging in struts

2002-09-23 Thread Eddie Bush
Disregard this garbage. I don't know who this guy is or what in the world he thinks he's doing, but many here have filtered him out. Don't be led astray by his unintelligible jibberish. Zahid Rahman wrote: >Here is a suggestion! >Download chapter 21 of JSP PRO second edition from www.wrox.c

Re: logging in struts

2002-09-23 Thread Zahid Rahman
Mailing List" <[EMAIL PROTECTED]> Sent: Monday, September 23, 2002 6:08 PM Subject: logging in struts hey there, i was wondering what people ar eusing for logging in struts. it seems that with jdk1.4, and the included logging, that would be the right framework. has anybody had readon

RE: logging in struts

2002-09-23 Thread Galbreath, Mark
We wrote our own BS (before struts) custom logger. I'll send you a copy of the .java file, if you are interested. Mark -Original Message- From: Mark Silva [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 1:08 PM To: Struts Users Mailing List Subject: logging in struts

Re: logging in struts

2002-09-23 Thread Eddie Bush
ties You can override it. See Sun's site for details, if you wish to do that. Mark Silva wrote: >hey there, > >i was wondering what people ar eusing for logging in struts. it seems that with >jdk1.4, and the included logging, that would be the right framework. has anybody ha

logging in struts

2002-09-23 Thread Mark Silva
hey there, i was wondering what people ar eusing for logging in struts. it seems that with jdk1.4, and the included logging, that would be the right framework. has anybody had readon to use something else, like the jakarta package, or log4j? also i had a question about the configuration

RE: Logging in struts-example

2002-08-29 Thread NP-KARRYS MIKE
happening. Thanks for the help. Mike Karrys PRC Public Sector Inc. -Original Message- From: NP-KARRYS MIKE Sent: Thursday, August 29, 2002 2:42 PM To: [EMAIL PROTECTED] Subject: RE: Logging in struts-example Craig Thanks for the reply: I have figured out that I can see the

RE: Logging in struts-example

2002-08-29 Thread Craig R. McClanahan
On Thu, 29 Aug 2002, NP-KARRYS MIKE wrote: > Date: Thu, 29 Aug 2002 15:42:25 -0400 > From: NP-KARRYS MIKE <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: RE: Logging in struts-example > > Crai

RE: Logging in struts-example

2002-08-29 Thread NP-KARRYS MIKE
Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 12:59 PM To: Struts Users Mailing List Subject: Re: Logging in struts-example You can configure the logging detail level for each named package separately -- the example webapp's components would a

Re: Logging in struts-example

2002-08-29 Thread Craig R. McClanahan
hu, 29 Aug 2002, NP-KARRYS MIKE wrote: > Date: Thu, 29 Aug 2002 12:17:12 -0400 > From: NP-KARRYS MIKE <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Logging in struts-example > > > I have managed t

Logging in struts-example

2002-08-29 Thread NP-KARRYS MIKE
I have managed to get the Log4j package logging to a log file, when Jetty starts, for the struts-example application. I expected to see the log messages from the log.info() entries in the MemoryDatabasePlugin class but they do not show up in the log files. Are there additional configurations to g