When you do opt to run the built-in server, development mode takes a guess at the what the startup URLs might be by looking at the root of your war folder. As you have discovered that does not work if you opt not to run the server. To get around this, you can add the -startupUrl "YOUR_URL_HERE" to the launch configuration's program arguments box. This will cause the right development mode URL to appear in the development mode view.
On Wed, Dec 16, 2009 at 3:58 AM, olmin <[email protected]> wrote: > Hi all, > > See if somebody can help me: > > I've install the eclipse plugin. When I configure the Web Application > launcher I disable the "Run built-in server" becauser I have my own > server that I need to use. But when executing, the "Development mode" > console doesn't give me any url to debug my application, so I cannot > test it in any browser. > > In the old "host mode" you could configure the url where your module > was going to be, but this option is no longer available in the new > plugin. > > Any idea of what's happening?? > > Thanks in advance. > > Olmo > > -- > > 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.
