I am a newby in web development and I am struggling to create a simple rest web service using jersey, packed as an independent war file, to be deployed on tomcat 7.
I ha
This is similar to this SO question: "No provider classes found: when running Jersey REST example application".
The message "No provider classes found" is fine, no need to worry about it. For the URL http://localhost:8080/rest/hello to work your WAR file needs to be called rest.war. Then rest becomes the context root. All the paths you define in the project's annotations are relative to the context root.