gpt4 book ai didi

java - NetBeans - 新的 Java Web 项目 - html 与 jsp

转载 作者:行者123 更新时间:2023-12-01 12:57:31 26 4
gpt4 key购买 nike

我发现了这个问题: Netbeans Web application .html .jsp

我也有同样的问题。有没有办法以某种方式改变它?或者,如果我在同一个项目中创建一个新的 .jsp 文件,如何使其可运行(当我单击“在服务器上运行”来加载 .jsp 文件并威胁将该文件作为默认文件而不是 .html 时)?

感谢您的帮助!

最佳答案

我不完全确定,但我认为您指的是欢迎文件机制。该机制首选哪个文件取决于您使用的 Glassfish/JavaEE 版本,因为在更新的版本中 jsp 已被弃用。当您提到 jsp 时,我还假设您没有使用面孔。

控制将哪些文件提供为默认文件的最简单方法是,您必须编辑 web.xml,这是标准部署文件(在 EE6 中成为可选文件,但如果存在,仍然会被查询:

<welcome-file-list>
<welcome-file>index.html</welcome-file>
</welcome-file-list>

the tutorial 中所述:

If a web container receives a valid partial request, the web container examines the welcome file list and appends to the partial request each welcome file in the order specified and checks whether a static resource or servlet in the WAR is mapped to that request URL. The web container then sends the request to the first resource that matches in the WAR.

使用 Netbeans,您还可以通过“页面”选项卡下的 web.xml 文件编辑此列表。

关于java - NetBeans - 新的 Java Web 项目 - html 与 jsp,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23760472/

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