Create a new Run configuration in Eclipse with these parameters: Main class: com.google.gwt.dev.DevMode Arguments: -noserver -startupUrl http://localhost:8080/your_context/com.package.to.your.AppModule In Classpath tab: under User Entries add your source folder.
On http://code.google.com/intl/es/webtoolkit/doc/latest/DevGuideCompilingAndDebugging.htmlunder the title "Using an IDE with Development Mode" you have an example with ant and one with the command-line On Fri, Jan 8, 2010 at 10:21 AM, Nuno <[email protected]> wrote: > Hello everybody, > > I'm implementing gwt on a existing project. and i need to use dev mode with > the already installed tomcat. > > Can anybody help me configure this? > > I'm using gwt 2.0 > > > Att > > Bruno Bilescky > > -- > Wants to learn Javascript? Read my blog / Quer aprender a programar? leia > meu blog > http://tcninja.blogspot.com > > > > -- > 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.
