我试图将我的应用程序部署到 Websphere 8.5。由于某些原因,我需要使用类加载器 Parent First。
这是我的耳朵文件结构
EAR
-|__META-INF
-|__WAR
-----|__META-INF
-----|-----|__MANIFEST
-----|-----|__services
-----|__WEB_INF (included compiled classes, lib, conf files etc.)
我试图将org.apache.commons.logging.LogFactory
文件放入META-INF/services
valueorg.apache.commons.logging.impl.Log4JLogger
但它不起作用。
任何人都知道如何为 Websphere 8.5 配置 log4j?
谢谢
PS:我使用 log4j 1.2.17 和 commons-logging 1.1.3