Tomas
Tomas

Reputation: 181

Jetty 9.x eclipse plugin

Is there any Jetty 9.x plugin for eclipse?

Something already exists for jetty 8.x but not found for 9.x version.

Upvotes: 17

Views: 15349

Answers (5)

RPA Consultant
RPA Consultant

Reputation: 11

@Magnilex: this server will not act as an instance that we use to create in server view. In Josh Unger's method to add Jetty 9, you need to right click on the project and go to Run As> Jetty

Pic: This is how it is going to be

and go to run configurations for the project and change it to Jetty 9.

Pic: Changing to Jetty 9

I was able to run successfully Jetty 7, 8 and on 9 as well. Thanks. Harpreet.

Upvotes: 0

xzer
xzer

Reputation: 1

There is a fork of original run-jetty-run, which supports the newest jetty 9.3.6.

Upvotes: 0

gimoh
gimoh

Reputation: 53

The eclipse-jetty plugin has support for Jetty 9+ as external installation, i.e. download jetty-distribution zip, extract it e.g. into workspace, then in run config specify the path.

eclipse-jetty run config options

Upvotes: 1

Josh Unger
Josh Unger

Reputation: 7163

The run-jetty-run nightly builds support jetty 9.0.

Eclipse > Help > Install New Software...

Enter the URL -

http://run-jetty-run.googlecode.com/svn/trunk/updatesite-nightly/

Select RunJettyRun Jetty9 Support.

enter image description here

Upvotes: 21

jesse mcconnell
jesse mcconnell

Reputation: 7182

Nothing provided by the Jetty project itself, but I just added some options on another question.

See: Jetty 9 WTP plugin

Upvotes: 1

Related Questions