Struts 1 Logging

2014-05-29 Thread Usha Ladkani
Hello , We are using Struts 1 , Can someone tell me how can I enable Struts logs in debug mode, Basically I am looking for statements as below - BeanUtils 1 org.apache.commons.beanutils.BeanUtils populate BeanUtils.populate( Thanks and regards

Re: Struts 1 Logging

2014-05-29 Thread Usha Ladkani
Hello Paul. We are using java.util.logging.Logger in our application. Regards Usha On Fri, May 30, 2014 at 9:02 AM, Paul Benedict wrote: > Usha, what logging framework are you using? > > > Cheers, > Paul > > > On Thu, May 29, 2014 at 10:28 PM, Usha Ladkani > wrot

Re: Struts 1 Logging

2014-05-30 Thread Usha Ladkani
ans you'll need to > configure that or use Apache Log4j 1.x configuration which is also > supported. > > > Cheers, > Paul > > > On Thu, May 29, 2014 at 10:38 PM, Usha Ladkani > wrote: > > > Hello Paul. > > > > We are using java.util.logging.Logger

Re: Struts 1 Logging

2014-05-30 Thread Usha Ladkani
Now empty log file is being created. I see this error in systemout which i printed too [30/5/14 12:23:48:824 UTC] 0086 R UOW= source=SystemErr org=IBM prod=WebSphere component=Application Server thread=[WebContainer : 0] log4j:WARN No appenders could be found for logger (com.ibm.bc

Re: Struts 1 Logging

2014-05-30 Thread Usha Ladkani
now the file is created , but has no trace of struts. below is logged. 05/30/14 12:40:20] source=com.ibm.bcg.consoleUI.action.partners.PartnerCreateAction thread=[WebContainer : 0] Logging initialized. [05/30/14 12:40:20] source=com.ibm.bcg.consoleUI.action.partners.PartnerCreateAction thread=[Web

Re: Struts 1 Logging

2014-05-30 Thread Usha Ladkani
property file is in classpath , As the log file is being created with trace. We are not using tomcat. we are using our own webserver which is running on IBM Websphere application server. On Fri, May 30, 2014 at 6:21 PM, Mark Shifman wrote: > > > On 05/30/2014 08:26 AM, Usha Ladk

Re: Struts 1 Logging

2014-05-30 Thread Usha Ladkani
, Paul Benedict wrote: > Usha, I don't understand your response. So you have a log file and it's > logging? > > > Cheers, > Paul > > > On Fri, May 30, 2014 at 7:58 AM, Usha Ladkani > wrote: > > > property file is in classpath , As the log file is

Re: Struts 1 Logging

2014-05-30 Thread Usha Ladkani
yes.. below is how property file looks like. log4j.rootLogger=DEBUG, R log4j.logger.org.apache.struts=DEBUG log4j.appender.R=org.apache.log4j.RollingFileAppender log4j.appender.R.File=../updivalidation/UPDISetup.log log4j.appender.R.MaxFileSize=10MB log4j.appender.R.MaxBackupIndex=10 log4j.appende

Re: Struts 1 Logging

2014-05-30 Thread Usha Ladkani
ady configured -- and not configurable by you. That was > my experience, at least. I think you should google "Websphere Struts > Logging" and see what you find. It's a battle but I think you'll be able to > solve it. > > > Cheers, > Paul > > > On Fri, M