Hi, I only use run jetty run with a none maven based project. Most of the time, we use the maven plugin for eclipse to create a new maven build in Eclipse Run Configuration as follow. -select imported project - right click -> run as -> run configurations - create a new configuration under maven build - add jetty:run for the goals click run
You can also run mvn jetty:run at your project directory which contains the pom.xml in the shell prompt François 2013/3/9 George Ludwig <[email protected]>: > 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]
