Is there a plugin for Eclipse GWT or any other method to automatically deploy and run GWT app on Tomcat (or any other Serlvet container)? For the moment the only method I kn
You could write an Ant task to deploy and run your GWT app. It could copy the files and then tell your servlet container to reload the latest files.