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
下载次数: 2