gpt4 book ai didi

java - 配置 Web 应用程序以在 JBoss 7 中显示索引页面(使用 Maven)

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

我正在尝试让我的 JBoss Web 应用程序项目登陆一个简单的索引页面。这是一个 Maven 管理的项目。

索引页由客户端可以输入名称的表单组成。然后 JAX RS 将客户端名称返回到屏幕。

我不确定我的配置是否正确。

最佳答案

将索引页放入 src/main/webapp 中,例如 index.html,并将以下内容添加到 web.xml 中:

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

关于java - 配置 Web 应用程序以在 JBoss 7 中显示索引页面(使用 Maven),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15135823/

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