指定轴 1.4 的日志设置
我有一个 java 应用程序,我正在使用 axis 进行肥皂调用。有谁知道我如何告诉 Axis 使用位于项目基目录中的 log4j.xml 文件而不是其内部属性?
I have a java app and I'm using axis to make soap calls. Does anybody know how I can tell Axis to use my log4j.xml file located in my projects base directory instead of its internal properties?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需让 log4j.xml 在类路径中可用,log4j 就会选择它。我知道它寻找的名称是 log4j.properties 如果您正在使用属性文件,但不确定在使用基于 xml 的配置时它查找的标准名称是什么。
Just make log4j.xml available in your classpath and log4j will pick it up. I know the name it looks for is log4j.properties if you are using properties file but not sure what is the standard name it looks for when you are using xml based configuration.