Just compile the project using the eclipse "Google - Compile" option. Then make a WAR archive (archive the war folder within your project folder) and deploy it e.g. on tomcat (copy the archive to tomcat's webapps directory).
After tomcat discovered the new war and auto-deployed it, you're ready to go and can access the app via browser. HTH, Lukasz On 23 Nov., 12:28, Carlos Morell <[email protected]> wrote: > Hi, > > I think that you have to deploy a war file with all your web app. > > Read this blog, maybe it answer your better than me hehehe > > http://blog.elitecoderz.net/gwt-and-tomcat-create-war-using-eclipse-t... > > :) > > 2010/11/23 Noor <[email protected]> > > > > > > > > > > > Hi, > > I have read the documentation on deployment but I have not yet figured > > how to deploy an gwt app on web server. Can someone explain me how to > > do so assume the default application created with eclipse: > > > that is the server implementation in a package > > and the field verifier which is used by the server implementation in > > another package. > > > thanks in advance!! > > > -- > > 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]<google-web-toolkit%2Bunsubs > > [email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-web-toolkit?hl=en. > > -- > Enviado desde iPad -- 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.
