RestEasy service deploy in Tomcat 7.0.47
问题 I'm developing a Rest service with RestEasy. I need to deploy in Tomcat. And I think that I have problems in my web.xml This is my web.xml: <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" id="WebApp_ID" version="3.0"> <display-name>MyServices</display-name> <!-- Auto scan REST service -->