My favorites | Sign in
Project Home Wiki Issues Source
Project Information
Members
Featured
Wiki pages
Links

Run Jetty Run

  • Run web applications with Jetty and Eclipse in one click!
  • Full maven support , simply run maven J2EE project without any config.

Update Site

News

  • 1.3.3 is released ,some minor bug fixing and move to latest jetty version!
  • Strongly recommand to use DCEVM hot-deploy feature to work with RJR, it's really faster and faster.Try it , you will love it! ;)


Why this plugin?

Because running a web application in Eclipse should be as simple as 'clicking run'. No additional setup required.

The difference with WTP Jetty Integration

I(Tony) think there are some benefits to use Run-Jetty-Run instead of WTP:

  • Performance
  • WTP always copy all the resources to a temp folder , that slow down the process and you have to stop server then clean the resource sometimes if the resource locked. WTP solution also takes more time to start and terminate a web application.
  • The maven support
  • It's a annoying to run maven based web application in WTP. Since we use same project classpath with default Eclipse JDT , so we could support maven dependency management (M2Eclipse Plug-in) easily. (Note that RunJettyRun did not required to install a maven plug-in , it's optional.)
  • Less steps to setup and run
  • For using WTP Jetty , you have to install Jetty_WTP_Plugin , then find a runtime for it , that took your time to download a runtime and config it. You still have 3-4 steps after you install WTP plugin.But if you use RunJettyRun , there's already a built-in Jetty lib in the plug-in , simply "run" a project with Jetty by one click.
  • Also support Java project.
  • Easy to use Jetty for every Java project but also a Dynamic Web Project , if you are writing some web widget , it's easy to test it with RJR.

Other benefits

  • Working with Eclipse JDT debugging/ hot deploy
  • When you running RJR in debug mode , you could modify the code and apply it directly. Of course, all the breakpoint/inspector for java resource is working fine.


Change log

1.3.3

Created by Tony Wang 2012/3/16

Run Jetty Run 1.3.3 release note

1.3.2

Created by Tony Wang 2012/1/6

Run Jetty Run 1.3.2 release note

1.3.1

Created by Tony Wang 2011/9/14

Update Jetty7/Jetty8 embed Jetty version and add servlet3 annotation support for Jetty8 ( Issue 85 ).

1.3.0

Created by Tony Wang 2011/7/31

Run Jetty Run 1.3 release note

1.2.2.1

Created by Tony Wang 2011/5/19

Fix path issue for Ubuntu user.

1.2.2

Created by Tony Wang 2011/5/19

Run Jetty Run 1.2.2 release note
Simple introduce for current RunJettyRun and new feature in 1.2.2

1.2.1.1

Created by Tony Wang 2011/3/24

(Fix for Eclipse 3.5 support.)

1.2.1

Created by Tony Wang 2011/3/22

Run Jetty Run 1.2.1 release note

1.2

Created by Tony Wang 2011/3/11

Run Jetty Run 1.2 release note

1.1.1

Created by James Synge 2009/5/7

Jetty and RJR 1.1.0 don't use the same path separator on Unix

1.1.0

Created by James Synge 2009/5/4

Add referenced projects to class path
SSL Support

1.0.1

Created by Eelco Hillenius 2008/2/3

I'm sorry but I think I messed up the first build; Eclipse won't find updates on the 1.0.0. You'll have to manually de-install 1.0.0 and install 1.0.1.

Added support for JSPs
Added servlet dependency
Fixed dependency issue that prevented the plugin from working in Eclipse 2.2

1.0.0

Created by Eelco Hillenius 2008/2/3

First version
Powered by Google Project Hosting