diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml index d5e2e6a2f..f09ef5d34 100644 --- a/web/WEB-INF/web.xml +++ b/web/WEB-INF/web.xml @@ -2,19 +2,41 @@ - + xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"> ventaboletos ventaboletos - + + + + resteasy.scan + true + + + + resteasy.servlet.mapping.prefix + /rest + + + + org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap + + + + resteasy-servlet + org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher + + + + resteasy-servlet + /rest/* + - contextConfigLocation @@ -22,16 +44,16 @@ classpath:applicationContext-security.xml - - - - + + + + - - - + + + org.springframework.web.context.ContextLoaderListener