当前位置: 代码迷 >> Eclipse >> [eclipse]eclipse之tomcat插件应用
  详细解决方案

[eclipse]eclipse之tomcat插件应用

热度:87   发布时间:2016-04-23 01:25:05.0
[eclipse]eclipse之tomcat插件使用
classic版本的eclipse如何发布web应用呢?

今天搞定了

1.http://www.eclipsetotale.com/tomcatPlugin.html#A5下载,解压到eclipse,插件目录,版本不同插件目录不同要注意

Unzip it in :
- Eclipse_Home/dropins for Eclipse 3.4, 3.5 and 3.6
- Eclipse_Home/plugins for Eclipse 2.1, 3.0, 3.1, 3.2 and 3.3
Plugin activation for Eclipse 3.x :
- launch eclipse once using this option : -clean
- if Tomcat icons are not shown in toolbar : select menu 'Window>Customize Perspective...>Commands', and check 'Tomcat' in 'Available command groups'


http://www.eclipsetotale.com/articles/tomcat/tomcatPluginDocFR.html

2.如何发布war包
http://www.blogjava.net/coderdream/archive/2008/04/08/191462.html
  相关解决方案