首页 新闻 会员 周边

关于JSP页面引用问题

0
[已关闭问题] 关闭于 2017-08-10 22:40

index.jsp:

<main>
<iframe src="welcome.jsp" >
</iframe>
</main>

控制器:

@RequestMapping("/welcome.do")
public String welcome(){
return "welcome";
}

WEB-INF/views/路径下面index.jsp和welcome.jsp都是存在的,但是一运行就报:

HTTP Status 404 - /welcome.jsp

 

type Status report

message /welcome.jsp

description The requested resource is not available.


Apache Tomcat/8.5.8

 

求解答,谢

JaneEyreWork的主页 JaneEyreWork | 初学一级 | 园豆:11
提问于:2017-08-10 22:17
< >
分享
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册