Re: org/apache/log4j/Category problem

2003-08-27 Thread Paul Smith
On Thu, 2003-08-28 at 03:43, Rishikesh Tembe wrote: > Hi > > Thanks Phil and Jacob for your input. > > The problem was due to the existence of multiple versions of the jog4j.jar > file. After I cleaned everything up, put the jar in WEB-INF/lib and the > props file in WEB-INF/classes, everything

Re: org/apache/log4j/Category problem

2003-08-27 Thread Rishikesh Tembe
Hi Thanks Phil and Jacob for your input. The problem was due to the existence of multiple versions of the jog4j.jar file. After I cleaned everything up, put the jar in WEB-INF/lib and the props file in WEB-INF/classes, everything worked! Has the format of the XML/props file been specfied anywhe

Re: org/apache/log4j/Category problem

2003-08-27 Thread Jacob Kjome
Hi Rishi, Notice that you didn't get a ClassNotFoundException, but a NoClassDefFoundError. They are very different. The former means that it couldn't be found on the classpath where the latter means that at least one was found, but not the version it expected. This is usually caused by diff

Re: org/apache/log4j/Category problem

2003-08-27 Thread Paul Smith
On Wed, 2003-08-27 at 11:48, Rishikesh Tembe wrote: > Hi all, > > I have a servlet running in Tomcat, which I have setup to do logging via > log4j. However, I get the foll. error when I try to run my app: > > java.lang.NoClassDefFoundError: org/apache/log4j/Category > > I have the jog4j-1.2.8.ja

org/apache/log4j/Category problem

2003-08-27 Thread Rishikesh Tembe
Hi all, I have a servlet running in Tomcat, which I have setup to do logging via log4j. However, I get the foll. error when I try to run my app: java.lang.NoClassDefFoundError: org/apache/log4j/Category I have the jog4j-1.2.8.jar file in my classpath. I have also done: PropertyConfigurator.con