Posted By:
yunfeng_bai
Posted On:
Thursday, April 17, 2003 10:20 PM
I've usedLog4j to deal with the log in my application, which work fine as a Java application, but when I used it in a J2EE-based application, I got the following exception:
X Servlet Error: org/apache/log4j/Category: java.lang.NoClassDefFoundError: org/apache/log4j/Category
Anyone here can tell me why and how to solve such question?