How to install tomcat plugin in Eclipse

前端 未结 4 1781
余生分开走
余生分开走 2021-02-08 11:03

I am using Eclipse as my SDK for web project and I need tomcat integration with Eclipse. I am on my Ubuntu machine. How can I do the integration stuff? How and from where I can

4条回答
  •  执笔经年
    2021-02-08 11:17

    you have to do several things:

    1. download and extract Tomcat
    2. Install the WTP tools using Eclipse built-in update mechanisms or download the Eclipse Java EE prepackaged build: http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigor
    3. Configure Tomcat in Eclipse

    The following screenshot shows my Eclipse configuration (Ubuntu Natty 11.04, eclipse Helios 3.6, Tomcat 7.0.12):

    enter image description here

提交回复
热议问题