(1)、下载tomcat插件


从 ​​http://www.eclipsetotale.com/tomcatPlugin.html​​​下载最新版本: ​​​tomcatPluginV33.zip​​,然后解压缩,放入eclipse plugins 目录下。


重启eclipse 如果出现三个图标




OK,安装插件成功。



eclipse+maven+tomcat 开发web项目_安装插件




(2)、下载tomcat及配置


此处省略。



(3)、按装j2ee插件


help->Install New SoftWare ->add  


添加路径http://download.eclipse.org/releases/juno



eclipse+maven+tomcat 开发web项目_安装插件_02


(4)、启动


mvn  eclipse:clean eclipse:eclipse - Dwtpversion =1.0

然后选中当前工程,鼠标右键->Run As ->Run on Server。启动成功。