Environment
Windows 7(64)
jdk1.7.0_51(64)
RESTEasy3.0.7
apache-tomcat-7.0.50
Project Name: hello
RESTEasyHelloWor
I got the same issue when I tried with 3.0.11.Final
org.jboss.resteasy
resteasy-jaxrs
3.0.11.Final
but when I tried with another version it worked.
org.jboss.resteasy
resteasy-jaxrs
3.0.4.Final
And moreover The URL(http://localhost:8080/hello/rest/RESTEasyHelloWorld/a) which you are trying is correct since you have mentioned /rest in the web.xml .Hope this helps.