I had the same problem a few weeks ago.
I was using the following Jetty Eclipse plugin. http://wiki.eclipse.org/Jetty_WTP_Plugin In the console, I got the following message : Excluded entry=/home/matmsh/Downloads/tapestry/highChart/tapestry5-highcharts/target/test-classes To fix above, In Eclipse, I did Run configuration -> Web app class path -> add /home/matmsh/Downloads/tapestry/highChart/tapestry5-highcharts/target/test-classes to the user custom classpath. (The above path is already in under default project path. Somehow, it is not being picked up.) Shing ________________________________ From: George Ludwig <[email protected]> To: Tapestry users <[email protected]> Sent: Saturday, March 9, 2013 1:33 AM Subject: Has anyone gotten the tapestry 5 highcharts demo webapp to run? I've been trying to get the demo webapp running using run jetty run in Eclipse, but the best I've managed is to get jetty to boot, but all it does is serve a directory listing under http://localhost:8080/tapestry5-highcharts/ Has anyone managed to get this to run in Eclipse using Jetty? -George --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
