创建jt-manage/war包项目

image.png

Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.

Mon Jul 06 11:42:49 CST 2020
There was an unexpected error (type=Not Found, status=404).
JSP file [/WEB-INF/userList.jsp] not found
原因: tomcat服务器加载服务时不能找到静态资源的路径webapp
解决方案:
配置启动项:
image.png

配置工作目录

image.png