依然无法解决通过访问根目录读取jso页面?
web.html中的代码修改成如下
<?xml version="1.0" encoding="ISO-8859-1"?>
<web-app xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
version="3.0"
metadata-complete="true">
<welcome-file-list>
<welcome-file>123.jsp</welcome-file>
</welcome-file-list>
</web-app>
重启服务器后通过访问http://localhost:8080/myhome/ 出现
HTTP Status 404 - /myhome/
type Status report
message /myhome/
description The requested resource is not available.
无法获取的错误 求大神给解决一下,一开始通过访问index.jdp是好用的,改完之后访问123.jsp都不对了。