This is very easy process to deploy GWT project on tomcat.Please
follow below steps.

1. Install tomcat cat server with tomcat manager.
2. create zip file with all contents inside war file.(imp note:: do
not zip war file, instead zip all contents of war file. When you open
zip file, you should be able to see all contents of war file and not
war folder).
3. Now rename the zip file with extension .war
4. Using tomcat manager, just upload this .war file.
Now you will be able to access your application.


On Oct 27, 8:54 pm, Yozons Support on Gmail <[email protected]> wrote:
> Just remember to do the Google->GWT Compile step to create all of the files
> in the war/module_name folder that's auto-rebuilt for each compile.   Those
> are the ones that are needed when not in hosted/dev mode.
>
> And if you're not creating a new war file each time, you may want to
> consider removing the war/module_name folder in Tomcat before you copy over
> the latest build so that obsolete code (all files have hashes for names, so
> you won't ever overlay a file that has changed since the last compile)
> doesn't "build up over time."
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to