The annotations I had are:
@ApplicationPath("/restws/rest-prefix") for the ApplicationConfig
@Path("/ejb") for the SimpleRESTEJB
@Path("/pojo") for SimpleRESTPojoThe ApplicationConfig,SimpleRESTEJB and SimpleRESTPojo are in the restws package. If I change the annotated paths, I received class not found from TomEE plus when I deploy the project. I receive the "404 Not Found" when I run the application. Any ideas? -- View this message in context: http://openejb.979440.n4.nabble.com/Problem-deploying-REST-Examples-on-Eclipse-tp4582815p4605497.html Sent from the OpenEJB User mailing list archive at Nabble.com.
