Yes, in two steps. (if you have GWT plugin for eclipse) 1) Compile with GWT compile. Right button on the project->google->GWT Compile. This action generate the war folder. 2) Copy this content in WebContent folder.
Then deploy it on tomcat. Juan 2011/3/1 Erel Segal <[email protected]> > Hello, > > I wrote a simple GWT application with RPC, and I would like to deploy > it on a tomcat server. I found this link: > > > http://code.google.com/intl/iw/webtoolkit/doc/trunk/DevGuideServerCommunication.html#DevGuideRPCDeployment > > which says: "If you created your project with webAppCreator, you can > simply run ant war in your project directory. The Ant build.xml file > should do the following things automatically..." > > Unfortunately, I created my project with Eclipse and not with > webAppCreator, so I don't have the build.xml file. > > Is there a way to create that war file from eclipse? > > -- > 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. > > -- 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.
