Hi,
I am trying out a sample REST service using
JBOSS and the Rest Easy plugin.
I followed all the steps provided at the link below.
http://www.assertionerror.com/2009/02/26/restful-web-services-with-resteasy/
However, I am not able to access the service after deploying the war.
Here is what I did.
Modified web.xml in the rest easy war provided with RestEasy.
Put my classes in the lib folder
Created a war file with the modified contents and deployed to JBOSS.
The war was deployed successfully
Tried to access the following
http://localhost:8080/rest-services/phonebook
Got a 404 response.
Has anyone worked with JBOSS and REST? Am I doing something wrong? Is there another resource that might help me?
Any help would be much appreciated.
Thanks in advance!