0

i am using eclipse mars 2 and i am new to eclipse, when i click to create a new server apache tomat v8.0 it does not show me next and finish button enter image description here

but on selection of v7.0 this image comesenter image description here

I tried all these

  1. delete the .eclipse folder in C:\Users\Manish Kumar Tomar**.eclipse** not worked
  2. then delete the complete eclipse extracted folder which downloaded from eclipse site, i used to run all the time from there eclipse

and replaced with new downloaded and extracted folder then i run the error is still same

i was working with v8.0 but due to some errors i deleted it, then again i try to create, it is not able to create new

thanks for helping in advance :)

1 Answers1

1

Before creating a Tomcat 8.0 server, you'll need to add a Runtime Environment for it:

  1. Download Tomcat v8.0 from here. I recommend not using 8.5.x as Eclipse has trouble recognizing it properly. If you do decide to use 8.5.x, see this answer first.
  2. Extract the downloaded file and make a note of its location.
  3. Open Window > Preferences in Eclipse.
  4. Scroll down to Server, expand it and select Runtime Environments.
  5. Choose "Add..." on the right.
  6. Select "Apache Tomcat v8.0" and click Next.
  7. Click "Browse..." and select the location of your Tomcat v8.0 installation.
  8. Click Finish.

Once you follow those steps, you should be able to create a Tomcat v8.0 server the way you were trying before.

Community
  • 1
  • 1
Ecliptica
  • 760
  • 2
  • 8
  • 21