no message

git-svn-id: https://svn.coded.pt/svn/SIPRP@437 bb69d46d-e84e-40c8-a05a-06db0d633741
lxbfYeaa
Frederico Palma 21 years ago
parent aafd0aca65
commit 7e78e0ff17

@ -1,23 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<web-app xmlns="http://java.sun.com/xml/ns/j2ee" <!DOCTYPE web-app
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" "http://java.sun.com/dtd/web-app_2_3.dtd">
version="2.4">
<session-config> <web-app>
<session-timeout> <display-name>SIPRP WEB</display-name>
30 <description>SIPRP WEB</description>
</session-timeout> <servlet>
</session-config> <servlet-name>SIPRP WEB</servlet-name>
<welcome-file-list> <servlet-class>siprp.pagina.siprpServlet</servlet-class>
<welcome-file> </servlet>
index.jsp <servlet-mapping>
</welcome-file> <servlet-name>SIPRP WEB</servlet-name>
<welcome-file> <url-pattern>/index.html</url-pattern>
index.html </servlet-mapping>
</welcome-file>
<welcome-file>
index.htm
</welcome-file>
</welcome-file-list>
</web-app> </web-app>

Loading…
Cancel
Save