将 HTML 文件放入 .WAR 文件的最低要求是什么?
What are the minimum requirements to put a HTML file into a .WAR file?
我想在 .WAR 文件中包含一个 HTML 文件,以便能够从浏览器(特别是通过 Websphere Application Server)访问它,但我失败了找到我需要 follow/be 了解的正确语法 and/or 结构。
提前致谢
"A web module has a specific structure. The top-level directory of a
web module is the document root of the application. The document root
is where JSP pages, client-side classes and archives, and static web
resources, such as images, are stored."
您可能还想查看此技术说明
我想在 .WAR 文件中包含一个 HTML 文件,以便能够从浏览器(特别是通过 Websphere Application Server)访问它,但我失败了找到我需要 follow/be 了解的正确语法 and/or 结构。
提前致谢
"A web module has a specific structure. The top-level directory of a web module is the document root of the application. The document root is where JSP pages, client-side classes and archives, and static web resources, such as images, are stored."
您可能还想查看此技术说明