| .. | .. |
|---|
| 36 | 36 | <param-name>resteasy.providers</param-name> |
|---|
| 37 | 37 | <param-value>net.curisit.securis.DefaultExceptionHandler</param-value> |
|---|
| 38 | 38 | </context-param> |
|---|
| 39 | + <context-param> |
|---|
| 40 | + <param-name>resteasy.servlet.mapping.prefix</param-name> |
|---|
| 41 | + <param-value>/api</param-value> |
|---|
| 42 | + </context-param> |
|---|
| 43 | + |
|---|
| 39 | 44 | <!-- |
|---|
| 40 | 45 | <context-param> |
|---|
| 41 | 46 | <param-name>resteasy.injector.factory</param-name> |
|---|
| .. | .. |
|---|
| 79 | 84 | <servlet-name>Resteasy</servlet-name> |
|---|
| 80 | 85 | <url-pattern>/api/*</url-pattern> |
|---|
| 81 | 86 | </servlet-mapping> |
|---|
| 87 | + |
|---|
| 82 | 88 | |
|---|
| 83 | 89 | <welcome-file-list> |
|---|
| 84 | 90 | <welcome-file>index.jsp</welcome-file> |
|---|