browse to the Tomcat installation directory in the Eclipse mars version

13,159

Answer to your question

  1. You are almost done, as a next step you need to map your tomcat installation directory (i.e up-to Tomcat 8.0 only, shouldn't include bin directory). Image given below. Please remember you should have appropriate Tomcat 8 adapter which is pre-built on Eclipse Mars, If not available, you won't be seeing your next button visible. You can also get it downloaded from Eclipse Market Place.

TomcatServerConfig

  1. Click next button, your server (your project facet) will identify for web projects in your IDE and that can be directly deployed into your server. This may take some time which purely depends upon your size of the web project. Sometimes at this stage your IDE have a probable chance of getting hanged.

Project COnf

  1. Add all -->Click Finish Button.
Share:
13,159
Mr Asker
Author by

Mr Asker

Updated on June 22, 2022

Comments

  • Mr Asker
    Mr Asker almost 2 years

    I installed apache-tomcat-8.0.35 in C:\Program Files\Apache Software Foundation\Tomcat 8.0.

    I am trying to cofigure the Tomcat in the Eclipse Version: Mars.2 Release (4.5.2) but after clicking the following Window-->Prefereces-->Server-->Runtime Environments-->add--> Apache Tomcat v8.0-->(here I can click finish or cancel also I can not click the next button to browse to the Tomcat installion directory).

    can someone explain me what can I else do to get it to work?

    enter image description here

    enter image description here

    enter image description here

    enter image description here

    enter image description here

    Normally I should get a window as the first image where I can click the next button then I will get image like this one below which I got from youtube tutorial: enter image description here