|
|
|
@ -29,9 +29,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
<welcome-file-list>
|
|
|
|
<welcome-file-list>
|
|
|
|
<welcome-file>/static/html/index.html</welcome-file>
|
|
|
|
<welcome-file>/static/html/index.html</welcome-file>
|
|
|
|
</welcome-file-list>
|
|
|
|
</welcome-file-list>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<servlet>
|
|
|
|
<servlet>
|
|
|
|
<servlet-name>sipr_fichas_clinicas</servlet-name>
|
|
|
|
<servlet-name>sipr_fichas_clinicas</servlet-name>
|
|
|
|
<jsp-file>/static/html/index.html</jsp-file>
|
|
|
|
<jsp-file>/static/html/index.html</jsp-file>
|
|
|
|
@ -40,6 +39,14 @@
|
|
|
|
<servlet-name>sipr_fichas_clinicas</servlet-name>
|
|
|
|
<servlet-name>sipr_fichas_clinicas</servlet-name>
|
|
|
|
<url-pattern>/static/html/index.html</url-pattern>
|
|
|
|
<url-pattern>/static/html/index.html</url-pattern>
|
|
|
|
</servlet-mapping>
|
|
|
|
</servlet-mapping>
|
|
|
|
|
|
|
|
<servlet-mapping>
|
|
|
|
|
|
|
|
<servlet-name>sipr_fichas_clinicas</servlet-name>
|
|
|
|
|
|
|
|
<url-pattern>/index.html</url-pattern>
|
|
|
|
|
|
|
|
</servlet-mapping>
|
|
|
|
|
|
|
|
<servlet-mapping>
|
|
|
|
|
|
|
|
<servlet-name>sipr_fichas_clinicas</servlet-name>
|
|
|
|
|
|
|
|
<url-pattern>/</url-pattern>
|
|
|
|
|
|
|
|
</servlet-mapping>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|