Hi,
We are trying to get an EAR running on WAS 6.1 in RAD 7.0.
The application has a
EJB and a WEB module.
The log4j-1.2.9.jar is a part of both these modules.
When installed on WAS 6.1, it throws an error as below:
Caused by:
java.lang.Throwable: java.lang.NoClassDefFoundError: org.apache.log4j.Logger
The Class Loader policy is set to PARENT_FIRST.
I have tried to create the Service folder with the
org.apache.commons.logging.LogFactory with the following content into the file:
org.apache.commons.logging.impl.Log4jFactory
I am not getting a clue to resolve this one.
Please help.
Thanks in advance.
Regards,
Vidula