log4j error in jsp?

2003-10-24 Thread Rishikesh Tembe
Hi, Can anyone shed some light as to why I get the following error when I try to access the JSP.. javax.servlet.ServletException: org/apache/log4j/Category at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:536) at

Re: log4j error in jsp?

2003-10-24 Thread Christopher Schultz
Rishikesh, Can anyone shed some light as to why I get the following error when I try to access the JSP.. It seems to be a log4j related exception. But why should I get it when I dont have any logging in the jsp? Maybe you are importing the Category class, though not using it, and you don't have

Re: log4j error in jsp?

2003-10-24 Thread Rishikesh Tembe
nopes.. I have been careful to not use the Category class. also, I do have the jar file in the classpath. moreover, this is not a consistently reproducible error.. some users get it, while others dont! -Rishi On Fri, 24 Oct 2003 17:59:49 -0400, Christopher Schultz [EMAIL PROTECTED] said:

Re: log4j error in jsp?

2003-10-24 Thread Jacob Kjome
At 02:52 PM 10/24/2003 -0800, you wrote: nopes.. I have been careful to not use the Category class. also, I do have the jar file in the classpath. moreover, this is not a consistently reproducible error.. some users get it, while others dont! -Rishi Looks like an exception happening in the

Re: log4j error in jsp?

2003-10-24 Thread Rishikesh Tembe
Tomcat 4.1.27 I can find log4j in my classpath.. I have placed it in the WEB-INF/lib folder. calls to the logger work fine from within my java classes.. I'll search Bugzilla.. -Rishi. On Fri, 24 Oct 2003 18:02:29 -0500, Jacob Kjome [EMAIL PROTECTED] said: At 02:52 PM 10/24/2003 -0800, you