Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel

Anchor
Eclipse Indigo - Tomcat 7 server installation and configuration
Eclipse Indigo - Tomcat 7 server installation and configuration

Eclipse Indigo - Tomcat 7 server installation and configuration

UNDER CONSTRUCTION

  • This task is optional.  If you are not planning to use a Tomcat 7 server, then this task does not have to be done.
    The Eclipse - Tomcat 7 installation assumes that you have done an Install Tomcat 7.
    If you have not installed Tomcat 7, please do so now.
  1. Run Eclipse.  Go to Window > Show View > Servers.
    Image Modified
  2. Right click anywhere within the servers View (as shown below) and select *New > Server.
    Image Added
  3. In the*Define a New Server* panel, expand Apache (as shown below) and select Tomcat v7.0 Server.
    Change the Server name: to indicate the version of Tomcat that you have installed. The installed version of Tomcat in this example is version 7.0.29.
    Image Added
    When you are satisfied that everything is correct, click Next.
  4. In the Tomcat Server panel, click the Browse button and select the location of your Tomcat installation.
    In this example, the Tomcat installation is at:
    Code Block
    
    C:\Program Files\Apache Software Foundation\apache-tomcat-7.0.29
    
    From the JRE: dropdown list, select the JRE that you had previously installed. In this example, the previously installed JRE is jdk1.6.0_27.
    Your Tomcat Server panel should now look similar to the following:
    Image Added
    When you are satisfied that everything is correct, click Finsh.
  5. Your Servers View should now be similar to the following:
    Image Added
    Right click on the Tomcat v7.0.29 entry in the Severs View and select Open. The Tomcat v7.0.29 Overview panel will be displayed as shown below.

    In the Server Locations: select the Use Tomcat installation (takes control of Tomcat installation) radio button.
    In the Server Locations: change the Deploy path from wtpwebapps to webapps.

    Your Overview panel should now look similar to the following:

    Image Added
    Save all the changes that you have made to the Overview panel. Saving the changes to the Overview panel must be done before continuing.
Panel

Anchor
Eclipse Indigo - Maven installation and configuration
Eclipse Indigo - Maven installation and configuration

Eclipse Indigo - Maven installation and configuration

  • The Eclipse - Maven installation assumes that you have done an Install Maven.
    If you have not installed Maven, please do so now.
  1. Run Eclipse.  Go to Window > Preferences.
    From the Selection, expand Maven and select Installations.

    Click the Add... button.
  2. Navigate to the external Maven installation directory.

    When satisfied that everything is correct, click OK.
  3. Verify that the External installation of Maven is selected.

    When satisfied that everything is correct, click the Apply button then click the OK.

    Maven installation and configuration for Eclipse is now complete.

...