Howard Lewis Ship wrote:
> 
> What's the difference between RunJettyRun and EclipseJetty?
> 

EclipseJetty is a fork of http://jettylauncher.sourceforge.net/ (Jetty
Launcher is not maintained anymore and doesn't work with recent Eclipse
versions). EclipseJetty has some magic in it, which excludes jetty and
servlet-api libs when starting Jetty.

I think RunJettyRun is also a fork of Jetty Launcher (but I'm not sure).
With RunJettyRun you have to add
"-Dorg.mortbay.jetty.webapp.parentLoaderPriority=true" to make Tapestry 5
work (see
http://wiki.apache.org/tapestry/Tapestry5HowToSetupEclipseRunJettyRun).

The main difference is that RunJettyRun comes with an included Jetty, with
EclipseJetty you have to chose an external Jetty install folder.
-- 
View this message in context: 
http://tapestry-users.832.n2.nabble.com/T5-2-Live-class-reloading-not-working-with-jetty-tp5602647p5606323.html
Sent from the Tapestry Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to