Re: Can't stop console warnings

2008-06-15 Thread Márcio Gurgel
had > >> two > >> if this warnings the page was loading in slow motion > >> mode.. > >> > >> If you need another configuration file just tell > >> > >> > >> 2008/6/15 jefetech <[EMAIL PROTECTED]>: > >> > >>> > >>

Re: Can't stop console warnings

2008-06-15 Thread jefetech
ROTECTED]>: >> >>> >>> I've tried changing that, but it makes no difference with struts2.1. No >>> matter what I do with log4j.properties, it just keeps on spitting out >>> warning messages. Frustrating! >>> >>> >>>

Re: Can't stop console warnings

2008-06-15 Thread jefetech
t; > Hi, I also had this problem, I solved setting this in my >> log4j.properties >> > file: >> > >> > ### set log levels - for more verbose logging change 'info' to 'debug' >> > stdout ### >> > >> > log4j.rootLogger=info

Re: Can't stop console warnings

2008-06-15 Thread Márcio Gurgel
> > > > > > > > > > 2008/6/15 Dave Newton <[EMAIL PROTECTED]>: > > > >> Are you actually using Log4J? > >> > >> > >> --- On Sun, 6/15/08, jefetech <[EMAIL PROTECTED]> wrote: > >> > >> > From

Re: Can't stop console warnings

2008-06-15 Thread jefetech
>> --- On Sun, 6/15/08, jefetech <[EMAIL PROTECTED]> wrote: >> >> > From: jefetech <[EMAIL PROTECTED]> >> > Subject: Re: Can't stop console warnings >> > To: user@struts.apache.org >> > Date: Sunday, June 15, 2008, 9:45 PM >> >

Re: Can't stop console warnings

2008-06-15 Thread Márcio Gurgel
4J? > > > --- On Sun, 6/15/08, jefetech <[EMAIL PROTECTED]> wrote: > > > From: jefetech <[EMAIL PROTECTED]> > > Subject: Re: Can't stop console warnings > > To: user@struts.apache.org > > Date: Sunday, June 15, 2008, 9:45 PM > > That makes s

Re: Can't stop console warnings

2008-06-15 Thread Dave Newton
Are you actually using Log4J? --- On Sun, 6/15/08, jefetech <[EMAIL PROTECTED]> wrote: > From: jefetech <[EMAIL PROTECTED]> > Subject: Re: Can't stop console warnings > To: user@struts.apache.org > Date: Sunday, June 15, 2008, 9:45 PM > That makes sense, but

Re: Can't stop console warnings

2008-06-15 Thread jefetech
That makes sense, but unforunately did not do anything. Here's what my server spits out when starting up: 2008-06-15 16:16:54.855::INFO: Extract jar:file:/usr/local/jetty/webapps/struts2.war!/ to /usr/local/jetty/work/Jetty_0_0_0_0_80_struts2.war___struts2test_-f01z4v/webapp Jun 15, 2008 4:16:

Re: Can't stop console warnings

2008-06-15 Thread Joachim Rohde
Hi, add in your web.xml following snippet: log4jConfigLocation /WEB-INF/classes/log4j.properties And in the log4j.properties you add following line: log4j.category.com.opensymphony.xwork2.util.logging.jdk.JdkLogger=ERROR That should log only error-messages comi

Can't stop console warnings

2008-06-15 Thread jefetech
I just converted from struts 1 to 2.1. I've got everything working, but I can't seem to stop this warning from being spit out in the console every time struts runs. Any help would be great. thank you. Jun 15, 2008 11:43:01 AM com.opensymphony.xwork2.util.logging.jdk.JdkLogger warn WARNING: Cou