RE: debug level of struts...

2003-09-05 Thread Bradley Handy
http://jakarta.apache.org/struts/userGuide/building_controller.html#logg ing -Original Message- From: Pady Srinivasan [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2003 8:11 AM To: [EMAIL PROTECTED] Subject: debug level of struts... Is there a way to make Struts print

Re: debug level of struts...

2003-09-05 Thread Peter Smith
Hi Pady, You might try adding this to your action servlet in web.xml: init-parm param-namedebug/param-name param-value99/param-value /init-param Let me know if this works for you, Peter -- Peter Smith Software Engineer InfoNow Corporation From: Pady Srinivasan [EMAIL PROTECTED]

RE: debug level of struts...

2003-09-05 Thread Navjot Singh
quick dirty way :-) In you jdk installation dir..look out for logging.properties and append the following line in the end org.apache.struts = FINE navjot |-Original Message- |From: Pady Srinivasan [mailto:[EMAIL PROTECTED] |Sent: Friday, September 05, 2003 5:41 PM |To: [EMAIL

RE: debug level of struts...

2003-09-05 Thread José Gustavo Zagato
de 2003 09:25 To: Struts Users Mailing List Subject: Re: debug level of struts... Hi Pady, You might try adding this to your action servlet in web.xml: init-parm param-namedebug/param-name param-value99/param-value /init-param Let me know if this works for you, Peter -- Peter Smith Software

RE: debug level of struts...

2003-09-05 Thread Pady Srinivasan
and docs. Thanks -- pady [EMAIL PROTECTED] -Original Message- From: José Gustavo Zagato [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2003 9:17 AM To: 'Struts Users Mailing List' Subject: RE: debug level of struts... Hey Folks ! I tried This configuration