一、通过 war 包部署
1、将项目导出为 war 包;
2、将 war 包放置在 tomcat 目录下的 webapps 文件夹下,该 war 包稍时便自动解析为项目文件夹;
3、启动 tomcat 的 /bin 目录下的 startup.bat 文件,此时即可从浏览器访问项目首页。
二、在 eclipse 中部署 tomcat
1、点击 window → preferences → Server → Runtime Environments,添加对应的 tomcat 版本及路径;
2、 点击 window → Show View → Servers,添加想要在 tomcat 中运行的项目。