effect of removing commons-logging from classpath?

2007-08-24 Thread Ashish Kulkarni
Hi I have a struts 1.2.4 application, and i have log4j.jar and commons-logging.jar in classpath In my application i use log4j for logging, i wanted to know what would be effect of removing commons-logging.jar file from classpath

Re: effect of removing commons-logging from classpath?

2007-08-24 Thread Paul Benedict
Impossible. Struts is built with Commons Logging. On 8/24/07, Ashish Kulkarni [EMAIL PROTECTED] wrote: Hi I have a struts 1.2.4 application, and i have log4j.jar and commons-logging.jar in classpath In my application i use log4j for logging, i wanted to know what would be effect of removing

Re: effect of removing commons-logging from classpath?

2007-08-24 Thread Ashish Kulkarni
Hi How do i configure sturts logging then, i have a log4j.properties file where i set my application logging, can i use the same for struts logging Ashish On 8/24/07, Paul Benedict [EMAIL PROTECTED] wrote: Impossible. Struts is built with Commons Logging. On 8/24/07, Ashish Kulkarni [EMAIL

Re: effect of removing commons-logging from classpath?

2007-08-24 Thread Paul Benedict
Just drop a log4.properties or log4j.xml in the root of your classpath. On 8/24/07, Ashish Kulkarni [EMAIL PROTECTED] wrote: Hi How do i configure sturts logging then, i have a log4j.properties file where i set my application logging, can i use the same for struts logging Ashish On

Re: effect of removing commons-logging from classpath?

2007-08-24 Thread Chris Pratt
I have a struts 1.2.4 application, and i have log4j.jar and commons-logging.jar in classpath In my application i use log4j for logging, i wanted to know what would be effect of removing commons-logging.jarfile from classpath Commons Logging isn't really a logger itself. It is a framework