zoukankan      html  css  js  c++  java
  • 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档了。

  • 相关阅读:
    Merge k Sorted Lists
    N-Queens
    N-Queens II
    Reorder List
    使用AJAX实现文件上传时Illegal invocation错误
    php页面开启错误提示
    php分割最后一个逗号后面的字符
    微信卡券添加(微擎系统)
    php请求php
    Navicat MySQL连接Linux下MySQL的问题解决方案
  • 原文地址:https://www.cnblogs.com/xd502djj/p/1991746.html
Copyright © 2011-2022 走看看