I am after same question as yours. As you may aware this is about the default port 8888 that GWT devmode uses is being occupied by another application. So you need to either change GWT or other application.
In my case my antivirus application uses that and can't change that (As its my company policy). So need to change Jetty HTTP port. netstat -ao (on Widows) will give you a list of ports and process-Ids that being used on your machine. Use process explorer on windows to see which process is consuming 8888. On Jun 16, 6:57 pm, wwl <[email protected]> wrote: > I have a problem. you can first see here > > http://code.google.com/intl/de-DE/webtoolkit/gettingstarted.html#running > > I tried to give this command "ant devmode" ,but I get the following > error in my shell: > > Port 127.0.0.1:8888is already is use; you probably still have another > session active > > and in the development mode window you can see the Module Failure > instead of URL > > how can I solve this Problem. > thanks very much > > wwl -- 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.
