Did you follow these instructions? http://code.google.com/webtoolkit/doc/latest/DevGuideCompilingAndDebugging.html#How_do_I_use_my_own_server_in_development_mode_instead_of_GWT's
If you're using the Google Plugin for Eclipse, simply right-click your project → Run As → Web Application (running on an external server). Or you can edit an existing launch configuration: uncheck "run built-in server" (equivalent to -noserver) in the Server tab, and set the -startupUrl value to your server's address (e.g. http://test-server/myapp/) in the Arguments tab (you can actually even use -startupUrl several times). -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/UbPqI2ND9IQJ. 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.
