> > That's simply not true. I love Jetty and it's very well implemented > but the core Tomcat runs and starts up just as fast as Jetty. I bet > Ilya's issue is he tries to use Eclipse own JEE container support, > which is using the traditional concept - copy files, redeploy > application on change. Use run-jetty-run or sysdeo's Tomcat plugin > with Eclipse (or http://merve.sourceforge.net/ for Tomcat similar > run-jetty-run but the development stalled). I prefer sysdeo's because > it has much finer control of the application classpath. >
Thank you, I think this is it. Do you know if sysdeo's plugin works with Eclipse Galileo? > Note that while I use Tomcat for development my designers happily run > mvn jetty:run and edit the live templates without ever really having > to understand and worry about the underlying machinery. > > -- Ilya Obshadko