Question

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.

Was it helpful?

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top