Aucune description

web.xml 471B

123456789101112
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <web-app version="3.0"
  3. xmlns="http://java.sun.com/xml/ns/javaee"
  4. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  5. xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
  6. http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
  7. <display-name>wx</display-name>
  8. <welcome-file-list>
  9. <welcome-file>index.do</welcome-file>
  10. <welcome-file>index.html</welcome-file>
  11. </welcome-file-list>
  12. </web-app>