Skip to content

Instantly share code, notes, and snippets.

@skihero
Created March 2, 2011 09:59
Show Gist options
  • Save skihero/850718 to your computer and use it in GitHub Desktop.
Save skihero/850718 to your computer and use it in GitHub Desktop.
Using gwt webAppCreator
./webAppCreator -out AdminPortal com.portal.gwt.adminportal
This creates the webapp
cd gwt-2.1.1
cd AdminPortal/
ant build This builds a deploy
ant devmode This starts a dev server had problems with the plugins.
cd ~/gwt-2.1.1/AdminPortal/war/
cp -r * /root/apache-tomcat-5.5.32/webapps/greet/
-rw-r--r-- 1 root root 102 Feb 8 19:22 alternatives_howto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment