securis/src/main/webapp/WEB-INF/web.xml
.. .. @@ -40,8 +40,7 @@ 40 40 <param-name>resteasy.injector.factory</param-name> 41 41 <param-value>org.jboss.resteasy.cdi.CdiInjectorFactory</param-value> 42 42 </context-param> 43 -44 -43 +45 44 <filter> 46 45 <filter-name>Resteasy</filter-name> 47 46 <filter-class> .. .. @@ -58,6 +57,9 @@ 58 57 <url-pattern>/*</url-pattern> 59 58 </filter-mapping> 60 59 60 +61 +62 +61 63 <welcome-file-list> 62 64 <welcome-file>/index.jsp</welcome-file> 63 65 </welcome-file-list>