Im using Eclipse Kepler and Tomcat 7.0.x. I have created a Maven project with the following specification.
http://maven.apache.org/maven-v4_0_0.xsd">
But when starting the project.I dont get the logger info that says "Initializing Jersey Application" hence the service isnt working.
I just get the logger info of the Tomcat startup. Hence when i call the sample maven project i get 404. what could be the reason ?
If i try creating a clean Dynamic Web Project I still get the problem in this post and couldnt proceed anywhere with JAX RS 2.0 and Tomcat java.lang.ClassNotFoundException: javax.servlet.ServletContainerInitializer