we add this to our vmargs:

-Dorg.mortbay.jetty.webapp.parentLoaderPriority=true
-Dtapestry.production-mode=false
-Xmx500m


Thiago H. de Paula Figueiredo wrote:
On Mon, Apr 13, 2009 at 2:28 PM, Sergey Didenko
<sergey.dide...@gmail.com> wrote:
Don't you use
webapp.setServerClasses( new String[]
{"-org.mortbay.jetty.plus.jaas.", "org.mortbay.jetty."} );
also? As recommended on http://wiki.apache.org/tapestry/Tapestry5RunViaMain .

The line webapp.setParentLoaderPriority(true); solves the same problem
(loading of SL4J), I guess.


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

Reply via email to