Web service using tomcat not working
问题 Actually i am completely new in web service development. I am unable to run simple dynamic web service application using eclipse oxygen, tomcat 7, jersey library. i know there is so many solutions are available i have tried but nothing is working for me, I am unable to find out where i am making mistake. this is my class. package book; import javax.ws.rs.GET; import javax.ws.rs.Path; import javax.ws.rs.Produces; import javax.ws.rs.core.MediaType; @Path("/book") public class Book { @GET