gpt4 book ai didi

azure - 在 Azure "App Service"的 Tomcat 容器中指定 WEB-INF 的路径

转载 作者:行者123 更新时间:2023-11-28 22:46:49 26 4
gpt4 key购买 nike

web.xml 包含 WEB-INF 的路径。这是它在我的本地计算机上的样子:

    <init-param>
<param-name>webInfPath</param-name>
<param-value>C:\\eclipse workspace\\...\\MyProject\\WEB-INF</param-value>
</init-param>

我将我的 Java/JSP 应用程序部署到 Azure“应用服务”中的 Tomcat 容器。

我需要在web.xml中指定新的WEB-INF路径来反射(reflect)部署路径。

我该怎么做?

我试过做<%=servletContext.getRealPath("/")%>在 jsp 中检索文件路径,但由于未将 servletContext 识别为类型而失败

最佳答案

根据我的测试,WEB-INF floder在Azurer web app的D:\home\site\wwwroot\webapps\ROOT下。详细步骤如下。

  1. 获得工藤

enter image description here2.获取路径 enter image description here

关于azure - 在 Azure "App Service"的 Tomcat 容器中指定 WEB-INF 的路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57508530/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com