ClassNotFound Exception when configuring RestEasy
问题 I'm having trouble while configuring RestEasy with Jboss 5.1GA. I have done everything that the installation manual says to do, Basically downloaded the restEasy zip, copied all the jars inside the lib folder to my war and configured the web.xml like this: <listener> <listener-class> org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap </listener-class> </listener> <servlet> <servlet-name>Resteasy</servlet-name> <servlet-class> org.jboss.resteasy.plugins.server.servlet