I am trying to deploy online my GWT Application. As I understood from the GWT website, a good way to do it is by deploying the .war file.
My problem is the following: I cannot obtain a .war file, and I dont succeed in deploying it in another way.
I already took a look on the subject about obtaining war file from GWT (create a .war file from gwt-project) and none of the solutions worked.
When I run my app locally (from Eclipse), it works well. Does anybody has an idea about how to deploy it ?
I need your help :(
Thanks you!