My experiments with technology

Deploying Google Web ToolKit Application on Tomcat

September 24, 2008 · 4 Comments

I was doing a small proof of concepts around the capabilities that Google Web Toolkit (GWT) provides in making the user interface richer. Doing the development of an application in GWT is a breeze. I could come a small RSS feed reader POC in a matter of 7-10 days. The next step was taking care of deployment on a web server. For all concerned I am using GWT for Windows version 1.5.2 and my tomcat version is 5.5. Tomcat deployment is also explained in GWT documentation here.

(more…)

Categories: GWT · Tomcat