I'm trying to get the Getting Started guide running from this page: https://developers.google.com/web-toolkit/usingeclipse
Running Eclipse on Linux, it works in developer mode. The compile completed successfully too, so I copied the contents of the 'war' directory to the doc root of Apache on my local box. When I access it at: http://localhost/GWT_Example.html the front page loads, but when I click the "Send to server" button the dialog pops up with: *Sending name to the server:* GWT User *Server replies:* An error occurred while attempting to contact the server. Please check your network connection and try again. Checking the apache error log I find: [Tue May 15 09:56:55 2012] [error] [client 127.0.0.1] File does not exist: /var/www/gwt_example/greet, referer: http://localhost/GWT_Example.html Sure enough there isn't a file called "greet". I must have missed something fundamental, but since this is my first hour with GWT I have no idea what I might be. :o} Can someone point? -- 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/-/ODMvI8EeTRsJ. 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.
