Re: log4j struts

2005-02-17 Thread Jan-Jaap Endenburg - Vera
Hi! Can you give me an example of specifying log4j as init-param. within struts-config.xml? Thanks, Jan-Jaap Ye, Young wrote: yes, you can. -Original Message- From: Brian McGovern [mailto:[EMAIL PROTECTED] Sent: 2005/02/16 4:48 PM To: Struts Users Mailing List Subject: log4j struts I

Re: log4j struts

2005-02-16 Thread Frank W. Zammetti
-- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Ye, Young wrote: yes, you can. -Original Message- From: Brian McGovern [mailto:[EMAIL PROTECTED] Sent: 2005/02/16 4:48 PM To: Struts Users Mailing List Subject: log4j struts I want to use log4j wit

Re: log4j struts

2005-02-16 Thread Craig McClanahan
ct > Omnytex Technologies > http://www.omnytex.com > > Ye, Young wrote: > > yes, you can. > > > > -Original Message- > > From: Brian McGovern [mailto:[EMAIL PROTECTED] > > Sent: 2005/02/16 4:48 PM > > To: Struts Users Mailing List > > Subject:

Re: log4j struts

2005-02-16 Thread Frank W. Zammetti
Original Message- From: Brian McGovern [mailto:[EMAIL PROTECTED] Sent: 2005/02/16 4:48 PM To: Struts Users Mailing List Subject: log4j struts I want to use log4j with my struts app. Can I use the struts-config.xml to specify log4j as an init parameter and point it to its external properties file? Or

RE: log4j struts

2005-02-16 Thread Ye, Young
yes, you can. -Original Message- From: Brian McGovern [mailto:[EMAIL PROTECTED] Sent: 2005/02/16 4:48 PM To: Struts Users Mailing List Subject: log4j struts I want to use log4j with my struts app. Can I use the struts-config.xml to specify log4j as an init parameter and point it to its

log4j struts

2005-02-16 Thread Brian McGovern
I want to use log4j with my struts app. Can I use the struts-config.xml to specify log4j as an init parameter and point it to its external properties file? Or do i have to make my own front controller servlet for that? thanks