1

PROBLEM: When I try to select a Jetty Server Runtime Environment here

enter image description here

I don't find it, so I click on Download Additional Server Adapters

enter image description here

But it's not there either.

I have installed the Eclipse Jetty Feature as suggested here

enter image description here

What am I missing?

Community
  • 1
  • 1
Mike
  • 1,296
  • 2
  • 15
  • 40

1 Answers1

1

There are no officially maintained WTP Server Adapters for Jetty.

See https://stackoverflow.com/a/13881071/775715

Community
  • 1
  • 1
Joakim Erdfelt
  • 46,896
  • 7
  • 86
  • 136
  • You are right, that's why I'm using Run-Jetty-Run and Eclipse Jetty 3.8.0, but they don't seem to provide a server adapter for Eclipse. So I guess the answer to my question is that it's not possible to have a jetty 9 server adapter in Eclipse. – Mike Oct 02 '14 at 08:06
  • 1
    Run-Jetty-Run does not provide a WTP Server Adapter in eclipse, never has. Its a different approach than the antiquated WTP mechanisms. There are now several dozens of ways to execute Jetty on your project in eclipse, all better than the old school WTP approach. – Joakim Erdfelt Oct 02 '14 at 13:38