指定轴 1.4 的日志设置

发布于 2024-11-29 15:23:32 字数 88 浏览 0 评论 0原文

我有一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

糖果控 2024-12-06 15:23:32

只需让 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文