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.
>

I went the WTP route and it works OK.  I still have to build by hand, but
the pages reload as expected.  That said, I think I am going to go the route
of a Main class with embedded jetty, as discussed recently on this list, for
development.  It just feels better.  I'll still need to figure out how to
transition back to WAR packaging in the end, but that should be pretty
straightforward, I hope.

Thanks,
Sean



>
> 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
>
>

Reply via email to