Could you file a bug in the GWT issue tracker<http://code.google.com/p/google-web-toolkit/issues/list>for this? As a work around, you can add -codeServerPort auto to the launch configuration's program arguments. This should avoid the second problem that you were running into.
On Wed, Feb 3, 2010 at 2:08 PM, lim <[email protected]> wrote: > Hello. > > How is it possible to start several projects in development mode > simultaneously / start two instances of development mode? > > Software: > Eclipse Platform: 3.5.1.M20090917-0800 > Google Plugin for Eclipse 3.5: 1.2.0.v200912062003 > Google Web Toolkit SDK 2.0.1: 2.0.1.v201002021445 > Google App Engine Java SDK 1.3.0: 1.3.0.v200912141120 > Google Web Toolkit Developer Plugin for Firefox: 1.0.7511 > > With default configuration second project fails to start it's built-in > web server, since both servers use port 8888; > > If you open Run Configurations and check "Automatically select an > unused port" - then second project will start fine, and shows it's > status in Development Mode panel, but trying to connect to it's URL > connects you to the first project's DevMode server: it's white screen > in browser and following error in DevMode panel: > > 20:34:26.698 [ERROR] [Showcase] Unable to find 'Showcase.gwt.xml' on > your classpath; could be a typo, or maybe you forgot to include a > classpath entry for source? > 20:34:26.746 [ERROR] [Showcase] Failed to load module 'Showcase' from > user agent 'Mozilla/5.0 (Windows; U; Windows NT 6.1; ru; rv:1.9.1.2) > Gecko/20090729 MRA 5.5 (build 02842) Firefox/3.5.2 GTB6 (.NET CLR > 3.5.30729)' at activate.adobe.com:63616 > > -- > 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. > > -- Miguel -- 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.
