Deploying Jersey on WebSphere Community Edition Server (WAS CE)
Dear Experts,
Happy New Year!!
I have tested the deploying of REST web services developed using jersey on Jetty server successfully as described on Jersey documentation.
Now I want to develop the REST web services for my app, but we are using WebSphere Community edition (WAS CE) 2.1.1.6 server. I am not able to find any documents related to configure the Jersey for this server. The Jersey document having configuration for GlassFish server. Please some one please guide me on how to configure the Jersey on WAS CE server.
Thanks Girionis for your reply. This is useful link. But in this demo they have used the Jersey 1.x version. With the latest version of Jersey 2.x, the 'ServletContainer' class has been moved to the package org.glassfish.jersey.servlet.ServletContainer. So I got confused like this class built to use only for GlassFish server.