1、创建: 2、创建artifact 3、配置tomcat,并把项目插入进去 4、完成,可以进行以下操作测试 Web.xml中添加 <welcome-file-list> <welcome-file>index.jsp</welcome-file> </welcome-file-list> 2. 新建index.jsp,编写Hello word 3. 启动后,在浏览器访问