Hi, I tried this before, but i am also using maven for project building. So i added pom.xml to my Web Application project (created with GEP) and when i executed mvn eclipse:eclipse (in order to add my dependencies to the web app project) dev mode stopped working( no change is made after refresh the browser). The change is done only if i compile the web app project. Do you have any expirience with GEP + maven + external server?
Regards. On Tue, Jan 5, 2010 at 12:09 PM, olivier nouguier < [email protected]> wrote: > 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]<google-web-toolkit%[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.
