I have been using Tomcat and WTP for months, with some pain, until I discovered Embedded Jetty: http://docs.codehaus.org/display/JETTY/Embedding+Jetty
This was excatly what I expected for development: instantaneous class reloading, quick startup, easy launch/debugg through eclipse, ... All in one ! :D You might be interested in this post : http://www.nabble.com/-T5.0.18--Class-re-loading-and-eclipse-debugger-td22578667.html Cheers Hugues 2009/4/14 Lutz Hühnken <lh.tapestry.l...@googlemail.com> > Hi Sean, > > although I currently use jetty (via the jetty maven plugin) for > Tapestry development, I have used tomcat in the past, and if I > remember correctly, there are two approaches. > > You can use the "web tools platform" in Eclipse, which will give you a > server view and allow you to start your web project with "run on > server". Googling for "m2eclipse wtp" comes up with > http://docs.codehaus.org/display/M2ECLIPSE/WTP+mini+howto, which > should help. > > Alternatively, you could use the Sysdeo Tomcat plugin: > http://www.eclipsetotale.com/tomcatPlugin.html > > Let us know what worked for you. > > Hth, > > Lutz > > > > > On Fri, Apr 10, 2009 at 3:41 PM, Sean Davis <seand...@gmail.com> wrote: > > I am new to tapestry and, to a certain extent, to maven. I have created > the > > quickstart maven archetype from within eclipse using the m2eclipse > plugin. > > I packaged the result and placed the war file in a local tomcat webapp > > folder with fine results. However, I would like to be able to use > eclipse > > to run the app on an eclipse-controlled tomcat (ie., not have to move the > > generated war file to tomcat every time I change something) just as if I > had > > created a "dynamic web project" from within eclipse. Can anyone share > with > > me a link or some advice on doing this? I am using Ganymede eclipse. > > > > Thanks, > > Sean > > > > > > -- > altocon GmbH > http://www.altocon.de/ > Software Development, Consulting > Hamburg, Germany > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >