Railo 在哪里存储创建的文件?

发布于 2024-07-19 04:27:15 字数 295 浏览 5 评论 0原文

Railo 在哪里存储使用文件属性时创建的文件?

<cflog file="mylogfile" text="SOME ALERT HERE"> 

Web 管理器中的“标签引用”没有给出指示,http://wiki.getrailo.org/wiki/3-1-Tags:CFLog

Where does Railo store files created by when using the file attribute?

I.e.

<cflog file="mylogfile" text="SOME ALERT HERE"> 

The 'Tag Reference' in the Web Administrator does not give an indication, and neither does http://wiki.getrailo.org/wiki/3-1-Tags:CFLog

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

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

发布评论

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

评论(2

楠木可依 2024-07-26 04:27:15

我使用 find 命令追踪到它:

/opt/railo/webapps/ROOT/WEB-INF/railo/logs/

/opt/railo/ 部分将根据railo 安装位置的不同而有所不同。

I tracked it down with a find command:

/opt/railo/webapps/ROOT/WEB-INF/railo/logs/

The /opt/railo/ part will vary depending on where railo was installed.

无声情话 2024-07-26 04:27:15

如果您的设置中允许多个上下文(例如 Tomcat),Railo 会将每个 Web 上下文的日志文件存储在 Web-Inf 目录中。 否则,它们将存储在主安装中。

Railo stores log files in the Web-Inf directory for each web context if multiple contexts are allowed in your settings (Tomcat for example). Otherwise, they are stored in the main installation.

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