如果 Rails 3 被捆绑为战争,它的公共文件在哪里保存?

发布于 2024-12-22 11:10:31 字数 365 浏览 0 评论 0原文

运行 tomcat,我有这个文件夹层次结构:

- manager/
- ROOT/
  - doc
  - docs
  - images
  - javascripts
  - META-INF
  - stylesheets
  - WEB-INF
    - app
    - config
    - ..rails root here?
    - public
      - docs
      - stylesheets
      - system
- ROOT.war

我对两个公共文件夹感到困惑,它们都有适当的文件。这只是一个简单的问题,我只是需要很长时间才能通过打印路径进行调试(因为我不知道如何在战争文件中使用调试器)

Running tomcat, i have this folder hierarchy:

- manager/
- ROOT/
  - doc
  - docs
  - images
  - javascripts
  - META-INF
  - stylesheets
  - WEB-INF
    - app
    - config
    - ..rails root here?
    - public
      - docs
      - stylesheets
      - system
- ROOT.war

Im confused at the two public folders and they both have appropriate files in them. This is just a quick question, it just takes a long time for me to debug by printing out the path(since I don't know how to use the debugger while in a war file)

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

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

发布评论

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

评论(1

如若梦似彩虹 2024-12-29 11:10:31

Tomcat 提供的文件与 WEB-INF 和 META-INF 文件夹处于同一级别,即:立即在 ROOT 下。这就是 Java EE 规范的工作方式,文件在部署时以这种方式复制,公共文件夹保留为 Rails 中通常的痕迹。

The files that Tomcat serves are the ones on the same level as the WEB-INF and META-INF folders, ie. immediately under ROOT. That's how Java EE spec works, and files are copied that way at deploy, the public folder remaining as a vestige from how is usually in Rails.

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