Is there a plugin for Eclipse GWT or any other method for automatically deploying and running a GWT application on Tomcat (or any other Serlvet container)? At the moment, the only way I know is to copy the compiled classes to the WEB-INF directory, but this is hard work. In addition, you need to configure Apache Tomcat manually. I would like to have something like in the Eclipse Dynamic Web Project, where you can run your servlets directly by spawning tomcat.
thanks
source share