Reputation: 11
I have a GWT program with RPCs that works great in Development Mode. It reads/writes from a .txt file in the war folder. I'd like to get it online so, for example, somebody else could visit it on their iPhone using a URL. I own a GoDaddy hosting account.
I've never used Tomcat before. I'm looking for the fastest and easiest way to get my project online. Please help if you can!
Upvotes: 1
Views: 116
Reputation: 1526
If you dont have a Server with a running tomcat/jetty instance and you dont want to host it by yourself, then you should take a look into Google App Engine.
You can find here a very good tutorial, how to publish a GWT-Application to the Google App Engine.
Upvotes: 1