Re: deploy GWT app with Tomcat istead GAE..

2011-01-08 Thread nacho
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

Re: deploy GWT app with Tomcat istead GAE..

2011-01-07 Thread Sean
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

Re: deploy GWT app with Tomcat istead GAE..

2011-01-07 Thread nacho
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

deploy GWT app with Tomcat istead GAE..

2011-01-06 Thread Sebe
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