Aha, I am not into maven (yet) but the equivalent in ant land I suppose is __reload__ task http://tomcat.apache.org/tomcat-7.0-doc/manager-howto.html#Reload_An_Existing_Application
This coupled with some ant rsync magic can drop my redeployment down to 4sec. No web.xml reloads though... On Sat, May 24, 2014 at 1:38 AM, Thomas Broyer <[email protected]> wrote: > FYI, I just use the maven plugins for tomcat or jetty which run the > classes right from my projects (automatically recompiled by my IDE) with > automatic app reload (or just a keypress away). > > See https://github.com/tbroyer/gwt-maven-archetypes for my setup. > > On a project with heavy jetty customization, we just had a "dev" config > for jetty to load classes from our project, with automatic app reload. > The same is available for tomcat. > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/d/optout. > -- Vassilis Virvilis -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
