jboss5.xresteasy

RESTEasy on JBoss 5 - jars needed


We are running JBoss 5.1.0 and I'm trying to get just a simple test app up and running with RESTEasy. However, I cannot figure out what I need in order to do this. Apparently new versions of JBoss have everything included, but that doesn't help me. From what I understand, I need to modify the web.xml of my app to include the bootstrap and some other things. And then I need to include some jars in the WEB-INF/lib. This is where I'm stuck.


Solution

  • Resteasy libraries are not bundled with JBOSS.5.1.0. You should include following libraries in your WEB-INF/lib

    enter image description here