Hi fmod, Thank you.
"If you open the Run Configurations dialog from eclipse it will uncover part of this magic." I was wondering how to change the port on which jetty listens and the above dialog did the trick. I run the Fiddler http proxy for intercepting the traffice between chrome browser and Jetty. Fiddler listens at port 8888 and since jetty also listens at port 8888, this clashed and I could NOT get Fiddler to work. Now, I've moved Jetty to use 8889 (hope that does NOT clash with another program that is installed in my box :-) ) BR, ~A On Thu, Jun 17, 2010 at 11:28 PM, fmod <[email protected]> wrote: > Yes, GWT comes with an embedded server, for testing your apps. If you > open the Run Configurations dialog from eclipse it will uncover part > of this magic. > About that error, what are you trying to do? Maybe reloading the web > services (there is a refresh button in the dev mode view), or re-run > the app can fix it. > > On Jun 15, 5:52 pm, Matt <[email protected]> wrote: > > When I run a GWT application in eclipse, what is serving the web > > page? I haven't installed a web server, yet something is answering > > requests on port 8888 when I run the application through eclipse. Does > > the eclipse plugin include a web server? > > > > I'm having problems loading pages now... says: > > > > HTTP ERROR: 503 > > > > Problem accessing /. Reason: > > > > SERVICE_UNAVAILABLE > > Powered by Jetty:// > > > > So I guess Jetty is running somehow... but I don't know how to fix > > this problem since everything is magic and hidden from me. > > -- > 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.
