Re: Collaboration (TOMEE-1998)

2017-01-16 Thread Ivan Junckes Filho
Hey guys, I didn't receive any feedback on the request. As I said I am very interested in contribute more to tomee, but not having a proper feedback is a bit discouraging. I spent a few hours with that PR so I would appreciate a lot if you guys could merge it. Thank you. On Wed, Jan 11, 2017 at

Re: JAX-RS deployment in TomEE

2017-01-16 Thread Romain Manni-Bucau
Hi Tomee builds an implicit Application. You can customize the mapping with @ApplicationPath or Application servlet mapping. Except the implicit part all is standard and jaxrs doesnt require any web.xml config by itself. Le 16 janv. 2017 13:04, "sudhish81" a écrit : > I have a RESTful service

JAX-RS deployment in TomEE

2017-01-16 Thread sudhish81
I have a RESTful service running in IBM Websphere for which the web.xml, the Jersey servlet definition is given as below com.sun.jersey.spi.container.servlet.ServletContainer As I needed to migrate the service to TomEE, When I deployed the same application in TomEE server without having any servle