Re: Logging not working

2010-10-06 Thread Mead Lai
If you want to record the ServerError, like ServletException, you can config the Tomcat Server logging, ref the document from Apache.org Regards, Mead On Wed, Oct 6, 2010 at 10:44 PM, Dave Newton wrote: > What do you have your log levels configured as? For struts, xwork, and > OGNL? > > Dave

Re: Logging not working

2010-10-06 Thread Dave Newton
What do you have your log levels configured as? For struts, xwork, and OGNL? Dave On Wed, Oct 6, 2010 at 10:39 AM, Darren Karstens wrote: > The tag worked, thanks that will come in handy. I would > still like to get errors reporting in the logs, any got any ideas? > > On Wed, Oct 6, 2010 at 2:3

Re: Logging not working

2010-10-06 Thread Darren Karstens
The tag worked, thanks that will come in handy. I would still like to get errors reporting in the logs, any got any ideas? On Wed, Oct 6, 2010 at 2:39 PM, Mead Lai wrote: > try the tag > > on the page > > > Regards, > Mead > > > On Wed, Oct 6, 2010 at 9:37 PM, Darren Karstens > wrote: > >> Hi,

Re: Logging not working

2010-10-06 Thread Mead Lai
try the tag on the page Regards, Mead On Wed, Oct 6, 2010 at 9:37 PM, Darren Karstens wrote: > Hi, > I can't seem to get any errors to appear when struts goes wrong > (action trying to set/get an attribute that doesn't exist etc). I have > the commons-logging-1.1.jar file in my /WEB-INF/lib >

Logging not working

2010-10-06 Thread Darren Karstens
Hi, I can't seem to get any errors to appear when struts goes wrong (action trying to set/get an attribute that doesn't exist etc). I have the commons-logging-1.1.jar file in my /WEB-INF/lib folder and have the line in my struts.xml file. Despite this I have never seen an error in my log files. Is