If you need I can give an example of an ant.xml that compiles your gwt code
and then makes the war.
So you can run the ant task and then upload the war file to your tomcat.
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this
If you want to deploy your finished product, look in your project for your
WAR directory. This needs to be uploaded to your TomCat instance. You can
either upload it as a folder (that's what I do) or if it's a private Tomcat
server, you can zip it up, rename the .zip to a .war, upload it to your
Look here
http://code.google.com/intl/es-AR/webtoolkit/doc/1.6/FAQ_DebuggingAndCompiling.html#How_do_I_use_my_own_server_in_hosted_mode_instead_of_GWT%27s
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email
Hello everyone
I have a GWT application, created using the tutorial of Google Code ..
but I would deploy it to Tomcat. Can someone tell me the basics to use
Eclipse with Tomcat instead of Jetty / Google App Engine? At the
moment I'm a bit confused and did not find anything on the Internet
that can