I have a RESTful service running in IBM Websphere for which the web.xml, the
Jersey servlet definition is given as below
<servlet-class>com.sun.jersey.spi.container.servlet.ServletContainer</servlet-class>

As I needed to migrate the service to TomEE, When I deployed the same
application in TomEE server without having any servlet definitions in
web.xml file, its working without any error. So my question is, how the REST
resources like GET and POST are getting called without any servlet
definitions in web.xml file. Does TomEE do this implicitly?



--
View this message in context: 
http://tomee-openejb.979440.n4.nabble.com/JAX-RS-deployment-in-TomEE-tp4680881.html
Sent from the TomEE Dev mailing list archive at Nabble.com.

Reply via email to