greet isn't a file, it's a servlet endpoint. Your GreetingServiceImpl
class is mapped to that endpoint in your web.xml file (under the war/
WEB-INF folder).
So I'd check your web.xml file and your GreetingServiceImpl class.
Make sure the classnames match, make sure the compiled class (under
WEB-INF/classes) is there, check the deploy logs.
Actually, I notice that you just said Apache. Do you have tomcat (or
other Java app server) configured correctly? Apache can't serve
servlets without some help.
Hope that helps,
Another Derek
On May 14, 10:31 pm, Derek Fountain <
de...@scratters.com> wrote:
> 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:*