How do I deploy my GWT application that I created in intellij IDEA: Ultimate to a remote tomcat server? The only thing that I have thought of was to upload the .war file through the manager app, but I can’t figure out how to compile the .war file…
Thanks for any insight!
Got it working like this:
Use webAppCreator to create webapp
https://developers.google.com/web-toolkit/doc/1.6/RefCommandLineTools
(Pass it the -maven flag)
Then, in Intellij, create a new project over existing sources…
import the maven project, clean.
maven deploy creates the war file.
Login to tomcat manager, upload the war file.