0

I'm using Eclipse Version: Luna Release I want to use Apache Tomcat 8 (I'm always working with the 7th version of Tomcat). When i try to define a new server from : Prefereces > Server > new Server i don't get the Apache Tomcat 8 in the showed list of different versions. enter image description here

Amira
  • 2,914
  • 11
  • 58
  • 87

1 Answers1

1

Are you sure you use Luna indeed? Luna ships with WTP 3.6 which should have Tomcat 8 support.

There are similar questions on SO (e.g. How to use Tomcat 8 in Eclipse?) and usually the solution is to update your WTP installation.

Help -> Install new software -> Add -> WTP:http://download.eclipse.org/webtools/updates/ -> OK

Then Help -> Check for update.

Community
  • 1
  • 1
Marcel Stör
  • 21,148
  • 15
  • 82
  • 185