gpt4 book ai didi

java - 如何避免CHKJ3010W : Welcome Files cannot begin or end with a/

转载 作者:行者123 更新时间:2023-11-30 04:34:46 25 4
gpt4 key购买 nike

我的欢迎文件列表如下所示:

<welcome-file-list>
<welcome-file>/WEB-INF/jsp/index.jsp</welcome-file>
</welcome-file-list>

这会在 Eclipse 中引发以下警告:

CHKJ3010W: Welcome Files cannot begin or end with a /.  in web.xml  

如果我们删除 WEB-INF 前面的/,该页面将无法在 JBoss 中正确提供。如果我们添加/我们会收到上述警告。

如何避免此警告?

最佳答案

您应该指定可公开访问的文件。看http://wiki.metawerx.net/wiki/Web.xml.WelcomeFileList

创建公共(public)index.jsp,其中将包含来自/WEB-INF/jsp/index.jsp的数据

关于java - 如何避免CHKJ3010W : Welcome Files cannot begin or end with a/,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13758921/

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