This content has been marked as final.
Show 2 replies
-
1. Re: Simple demo using Errai JAX-RS Rest
mbarkley Dec 5, 2016 9:19 AM (in response to masterdany88)Hi Daniel,
Have you looked at our Errai Tutorial app? It uses this REST service.
I notice from your SO post that you do not have a web.xml. I don't know what app server you are using and how it is supposed to be configured, but our tutorial app explicitly declares a servlet mapping for JAX-RS.
Hope that helps.
-
2. Re: Simple demo using Errai JAX-RS Rest
masterdany88 Jan 23, 2017 3:27 PM (in response to mbarkley)Is there more configuration needed? I've added Web.xml file from errai tutorial.