RE: Jetty 6.16 and T5.0.13

2009-08-12 Thread Eldred Mullany
, 2009 12:50 AM To: Tapestry users Subject: Re: Jetty 6.16 and T5.0.13 Use true. You can see a setup that works in the second half of this page: http://jumpstart.doublenegative.com.au/jumpstart4.4/installation.html On 12/08/2009, at 1:32 AM, Fernando Padilla wrote: > So.. read the exception st

Re: Jetty 6.16 and T5.0.13

2009-08-11 Thread Geoff Callender
Use true. You can see a setup that works in the second half of this page: http://jumpstart.doublenegative.com.au/jumpstart4.4/installation.html On 12/08/2009, at 1:32 AM, Fernando Padilla wrote: So.. read the exception stack trace fully.. If down at the bottom it talks about slf4j or some lo

Re: Jetty 6.16 and T5.0.13

2009-08-11 Thread Fernando Padilla
So.. read the exception stack trace fully.. If down at the bottom it talks about slf4j or some logging issue.. then it's because Jetty purposefuly hides the slf4j libraries from tapestry (because jetty ships with slf4j for itself ) and you have to add a particular vmarg to fix that. At least

Re: Jetty 6.16 and T5.0.13

2009-08-11 Thread Bryan Lewis
I'm building Tapestry 5.0.18 apps in Eclipse with Jetty with no problem. What plugin are you using to run jetty in eclipse? At first I tried JettyLauncher because it was recommended in the Tapestry tutorial (for older versions of Jetty and Eclipse), but I got ClassNotFoundExceptions when running w

Re: Jetty 6.16 and T5.0.13

2009-08-11 Thread Thiago H. de Paula Figueiredo
Em Tue, 11 Aug 2009 02:56:27 -0300, Eldred Mullany escreveu: Hi All Hi! I am having a strange problem with an old t5.0.13 app and jetty. When I startup the application in Eclipse it shows that it connects to db, starts up all services etc, however when hit a web page that contains any com

Re: Jetty 6.16 and T5.0.13

2009-08-11 Thread Sebastian Hennebrueder
Eldred Mullany schrieb: Hi All I am having a strange problem with an old t5.0.13 app and jetty. When I startup the application in Eclipse it shows that it connects to db, starts up all services etc, however when hit a web page that contains any component such as throws an exception java.la