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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to