scope为provided:编译、运行
在pom.xml文件中添加package项和server依赖

添加index.jsp

添加web模块之web目录

添加web模块之web.xml

新建web.xml

tomcat配置
JavaWeb项目设置项目结构
JavaWeb项目