MyEclipse 8.5下安装tomcat插件

1,将com.sysdeo.eclipse.tomcat_3.2.1放到D:\program files\Genuitec\Common\plugins
2,打开D:\program files\Genuitec\MyEclipse 8.5\configuration\org.eclipse.equinox.simpleconfigurator\bundles.info文件,在最后加上
com.sysdeo.eclipse.tomcat,3.2.1,file:/D:/program files/Genuitec/Common/plugins/com.sysdeo.eclipse.tomcat_3.2.1/,4,false
3,重启MyEclipse 8.5.
4,window --> preferences --> Tomcat 配置一些参数 ,OK!

在myeclipse中使用tomcat插件导出web工程war包

1、首先下载eclipse的Tomcat插件,文件名为:tomcatPluginV321.zip
下载:地址

2、安装Tomcat插件,即将zip档解压,放入eclipse目录下的 plugins 文件夹中。

3、在项目上点右键,设置properties,在'Tomcat'下面设置'export   to   war   settings'输入要导出的war文件路径和文件名,确定,返回项目。


4、在项目上点右键,选择tomcat   project->Export  to the war file sets in project properties


5、 进入C盘,可以看到csi.war文件正在生成,成功后会有提示框。这样就可以通过Tomcat插件导出WAR档了。

原文地址:https://www.cnblogs.com/xd502djj/p/1991746.html