eclipse创建web项目

总结为3步:

必备环境: Eclipse jee

Tomcat

1.创建services

2.创建dynamic web project项目

3.WebContent路径下创建index.jsp 运行:run on server

 

(1)创建services

点击file - new - other -service

选择apche- tomcat -选择tomcat本地路径- 选择项目添加至services

 

(2)创建dynamic web project项目

点击file - new - dynamic web project项目

 

3.WebContent路径下创建index.jsp 

运行:run on server--选择tomcat运行

原文地址:https://www.cnblogs.com/aliy-pan/p/5911080.html