Hi, 1: You'll just need to deploy your server side application. 2: Start the external server.
3: Start the GWT Server (GWT application with eclipse plugin) *without* the embded server. 4: browse to your html/jsp page hosting your gwt application with the extra parameter: ?gwt.codesvr=134.40.251.239:9997 (adapt of course with your IP address). Without this parameter you will use the deployed(js compiled) GWT code. HIH On Tue, Jan 5, 2010 at 10:54 AM, ojay <[email protected]> wrote: > Hi, > > I am looking for a tutorial about using an external tomcat server with > gwt 2.0. I could only find discussions about older GWT versions, and > actually I am stuck at this step. > > Does somebody can show me the steps how I can use the sample gwt > project, which will be created by the google eclipse plugin, on an > external tomcat server? > > Thanks a lot. > > -- > > 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%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > > -- A coward is incapable of exhibiting love; it is the prerogative of the brave. -- Mohandas Gandhi -- 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.
