I wrote a simple Rest Service, using Jersey Jar and ran the same in Apache Tomcat 6 Server,
It throws Resource Not Found Error. I access it using the url http://localhost:9090/Test2/hello (9090 is the port my tomcat is running. Not 8080. Test2 is the project name in eclipse. ) Can anybody please tell me why?