为eclipse添加tomcat插件(eclipse tomcat plugin)

时间:2023-03-09 02:47:28
为eclipse添加tomcat插件(eclipse tomcat plugin)

打开站点:http://marketplace.eclipse.org/content/eclipse-tomcat-plugin

为eclipse添加tomcat插件(eclipse tomcat plugin)

把Install拖到打开的eclipse的工作区中,即可下载安装。

安装后eclipse将重启,重新打开后可见工具栏上出现Tomcat的三个控制按钮:

为eclipse添加tomcat插件(eclipse tomcat plugin)

随后,您需要配置一下,打开Windows->Preferences,选择你的tomcat版本和安装目录。

为eclipse添加tomcat插件(eclipse tomcat plugin)

配置后,再按第一个Tomcat按钮(Start Tomcat)即可在eclipse中启动Tomcat,其输出信息会输出到eclipse的console中。

为eclipse添加tomcat插件(eclipse tomcat plugin)

至此,eclipse的tomcat plugin安装配置完成。