I've opted to use Maven to run Jetty (mvn jetty:run).  Combined with
the m2eclipse plugin, this gives me a lot of flexibility.

In Eclipse, I can Run or Debug.  I can also run from the command-line.
 In the pom.xml I can specify which version of Jetty I want to use.
This is important if you want to use JNDI, because the RunJettyRun
plugin doesn't (the last time I looked) support Jetty Plus, which
provides JNDI.  This has ended up being the simplest for me.
RunJettyRun was great until I needed JNDI.

mrg

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

Reply via email to