I'm probably copying more files than needed, but there is a very simple way that works for me (Windows server and development workstation in this example):
1. Under webapps folder on server, create a folder for your app (like "myapp"). 2. Copy from the Eclipse workspace the contents of your war folder to the myapp folder on the server. 3. Restart the server. Like I said, maybe some things get copied that are not strictly needed, but it works. On Jul 30, 8:08 am, Saurabh Naik <[email protected]> wrote: > Hello > > I have done one small application in GWT but facing some problems > while deploying it to Tomcat. I am using Eclipse for createing gwt project. > there in war folder the structure is ready I made the war file which > includes all folders & files withing the war folder and deployed it to > tomcat. after runnig on tomcat only it displays the page but nothing is > happening after clicking on button. > > The same application I run through Eclipse Google host browser & it is > running their successfully. help me. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
