gpt4 book ai didi

java - 欢迎文件列表不起作用

转载 作者:太空宇宙 更新时间:2023-11-04 12:55:22 25 4
gpt4 key购买 nike

我有一个网络应用程序,运行时应该打开 http://localhost:8084/info/user/user_login.jsp 。我已经在我的 web.xml 中给出了

 <welcome-file-list>
<welcome-file>/user/user_login.jsp</welcome-file>
</welcome-file-list>

但是运行应用程序时,它会打开为 http://localhost:8084/info无法获取css、jquery和图像文件。并且我必须在info后面手动输入/user/user_login.jsp才能转到正确的页面。

我的jsp在信息-->用户(文件夹)-->user_login.jsp我该如何纠正这个问题

最佳答案

将 user_login.jsp 放在以下文件夹中

WebContent/user/user_login.jsp

并更改 web.xml 文件

<welcome-file-list> 
<welcome-file>user/user_login.jsp</welcome-file>
</welcome-file-list>

关于java - 欢迎文件列表不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35431727/

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