Re: Deploying Application (GWT 2.1.0) on Tomcat

2011-02-09 Thread P Osborne
The gwt-dev jar is there to support hosted mode, it shouldn't be delivered in the application war file. I believe that jar is operating system specific. -- Patrick On Wed, Feb 9, 2011 at 4:42 PM, Y2i yur...@gmail.com wrote: May be you can get the commons logging jar?

Re: Overlays and Hosted mode

2011-02-09 Thread P Osborne
hosted mode isn't for performance it is for debugging. Personally I've found that starting production Jetty is faster than starting hosted mode and waiting for the application to load. On Wed, Feb 9, 2011 at 3:53 PM, Thomas Broyer t.bro...@gmail.com wrote: Each time you go from Java to JS, and