Lotus Domino 中的 Log4j

发布于 2024-11-08 05:40:07 字数 269 浏览 6 评论 0原文

我们使用 Log4j.xml 作为布局首选项,同时使用 log4j.jar 进行日志记录... 我开发了一个通用类,它读取这个 XML 文件并记录信息或错误...... 在这个类中,我有一个接受配置文件路径的方法...... 为了在我的本地进行测试,我将其保存到我的临时空间并指出记录器类在那里查看...... 在我的服务器上,该文件再次计划放置在某个目录中并传递路径... 我的问题是,这应该是 Notes 安装目录中服务器文件系统中的路径(类似于 jar 文件的 jvm/lib/ext )还是任何路径都可以?

We are using Log4j.xml for the layout preferences while logging using log4j.jar...
I have developed a common class which reads this XML file and logs info or error ...
In this class I have a method that accepts the path to the config file...
For test on my local, I saved it to my temp space and pointed the loger class to look there...
on my server, this file is again planned to be placed in some directory and pass the path...
My question is, should this be a path (similar to jvm/lib/ext for jar files) in the server's file system in the notes installation directory or any path should be fine?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

握住我的手 2024-11-15 05:40:07

在 Domino 服务器上,您可以将文件放置到任意路径并稍后通过代码访问它们。

您需要牢记重要的一点。

访问文件系统是一项受限制的操作。并且必须允许调用文件系统操作的服务器代理执行受限操作。

可以通过多米诺骨牌代理设置中的“安全”选项卡来完成。

On the Domino server you may place files to an arbitrary path and access them later from your code.

There is an important point you need to keep in mind.

Accessing the filesystem is a restricted operation. And your server agent that invokes filesystem operations has to be allowed to execute the restricted operations.

It can be done via "Security" tab in the domino agent settings.

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