Hi, can't give you an exact advice about that Tomcat thing but maybe using Jetty is an alternative for you?
I always use Jetty (mvn clean jetty:run, using the run configuration of eclipse) for development. Live-Class-Reloading is working better with it and... well it's nice to have only eclipse and maven as possible error factor and not wtp on top. Don't use more tools than you actually need ;) Another option for your Tomcat problem: You could add some ant-script within your maven lifecycle that copies the compiled classes to your wtp-Tomcat's webapp directory. Then you can start Tomcat from within eclipse and LCR should also work, since each change in eclipse will be copied to your webapps directory. Haven't tried it, yet, but I think it could work! Cheers, Christian Am 17.08.2010 um 00:56 schrieb Everton Agner: > Hello Tapestry friends, it's been a while since I last posted on this > list... > > I'm very sorry to ask this here, but I can't find the answer anywhere... > > I'm using Eclipse Galileo and Maven 2.2.1, but when I create a new Maven > Project based on Tapestry 5.1.0.5 quickstart, I cannot add it to Tomcat's > Resources! It's weird because I used the same Environment some months ago > and it was working okay. It just doesn't appear on the available projects > for adding. > > It seems that's a Eclipse + Maven problem (maybe the m2eclipse plugin). And > I don't know if Eclipse looks at the project's natures or looks for the > web.xml file to guess if it's a "java web project" or not. > > > Thanks for any help! > > _______________________ > Everton Agner Ramos --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org