On Fri, 18 Oct 2013 11:22:40 -0300, Martin Kersten <martin.kersten...@gmail.com> wrote:

I have the problem that all those projects render the classes to:

parent.project/classes
web.project/classes

using maven jetty:run gets all those classes copied to a new location what makes the startup dead slow (several seconds). I use an emebedded jetty where I just give the webapp directory location. I have no way to copy all those classes automatically to this location only the main project (not the parent one).

So I need information if someone using the parent+web spliting is using
another mechanism to run jetty and how it behaves.

Ordinary classpath settings are the solution, as you're running Jetty embedded or via RunJettyRun. You don't actually need to copy everything to a single place: you just have to put everything in the classpath in one way or another.

--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

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

Reply via email to