File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<web-app version =" 2.5" xmlns =" http://java.sun.com/xml/ns/javaee"
22 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
33 xsi : schemaLocation =" http://java.sun.com/xml/ns/javaee " >
4+ <context-param >
5+ <param-name >resteasy.scan</param-name >
6+ <param-value >true</param-value >
7+ </context-param >
8+ <listener >
9+ <listener-class >org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap</listener-class >
10+ </listener >
411 <servlet >
512 <servlet-name >Edda Server</servlet-name >
613 <servlet-class >com.netflix.edda.basic.BasicServer</servlet-class >
7- <load-on-startup >1</load-on-startup >
814 </servlet >
915 <servlet >
1016 <servlet-name >jersey-servlet</servlet-name >
1117 <servlet-class >com.sun.jersey.spi.container.servlet.ServletContainer</servlet-class >
12- <init-param >
13- <param-name >com.sun.jersey.config.property.packages</param-name >
14- <param-value >com.netflix.edda.resources</param-value >
15- </init-param >
16- <load-on-startup >1</load-on-startup >
1718 </servlet >
18- <servlet-mapping >
19- <servlet-name >jersey-servlet</servlet-name >
20- <url-pattern >/api/*</url-pattern >
21- </servlet-mapping >
22- </web-app >
19+ </web-app >
You can’t perform that action at this time.
0 commit comments