You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Apache Wiki <wi...@apache.org> on 2008/03/21 02:02:09 UTC

[Tapestry Wiki] Update of "Tapestry5HowToSetupEclipseRunJettyRun" by adamh

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for change notification.

The following page has been changed by adamh:
http://wiki.apache.org/tapestry/Tapestry5HowToSetupEclipseRunJettyRun

New page:
#format wiki
#language en
== Tapestry5HowToSetupEclipseRunJettyRun ==
This is a small tip on how to get Tapestry 5.0.x, Eclipse 3.3 to run on Jetty 6.1.5 using RunJettyRun.

There have been some reports of problems with slf4j causing ClassDefNotFound exceptions on pages that @Inject in a Logger and run using RunJettyRun 1.0.1, this is due to Jetty using slf4j as well and Jetty's version is getting loaded first.

To fix this, create your Tapestry project as normal
Create a launch configuration
Select the 'arguments' tab
In the VM arguments box enter:
{{{
-Dorg.mortbay.jetty.webapp.parentLoaderPriority=true
}}}

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org