Search code examples
javaweb-servicesrestwebsphererad

Broken link for IBMRestServlet class - RESTFul web service


I am trying to create my First RESTFul web service with the help of this site

But I am getting Broken Link: com.ibm.websphere.jaxrs.server.IBMRestServlet I searched, to download com.ibm.websphere.jaxrs.server package but I did not found any where.

I am using Rational Application Developer 7.5.0 and WebSphere Application Server v7.0.


Solution

  • This exception means that your application doesn't have this class in CLASSPATH. Probably you have to install additional Feature pack for WebSphere Application Server - Feature Pack for Web 2.0.

    This is the link to Getting started with IBM JAX-RS.

    You can download Feature pack from IBM portal.