Do you have an idea how I can fix that problem? 
I set my path to @RemoteServiceRelativePath("myActionService") and the url 
in my web.xml is the following: "
/com.google.gwt.myaction.client.client.MyAction/myaction". Is there an 
other way how to set the url? Or how can I tell GWT to use a different url 
for the service? I tried changing both parameters but in my browser the 
error description didn't change. It seems to me that the url is configured 
somewhere else. Thank you!!

Am Montag, 18. Juni 2018 13:16:29 UTC+2 schrieb Jens:
>
>
>
>> <https://lh3.googleusercontent.com/-0qnTbaEhZ6w/Wyd_Av-0PsI/AAAAAAAAApY/uwi1qs7lvJE4hOzcOvuOZo7jZ2fo0WWYgCLcBGAs/s1600/Bildschirmfoto%2B2018-06-18%2Bum%2B11.34.13.png>
>>
>
> This means GWT has made a request to your server but the servlet is not 
> registered at the expected location, thus the server responds with a 404 
> not found status (take a look in your network inspector in the browser). 
> You either have to update your web.xml or tell GWT to use a different url 
> for the service. For the latter take a look at the javadoc of 
> @RemoteServiceRelativePath for details.
>
> -- J.
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to