web.xml 483 B

123456789101112131415
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
  4. http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
  5. version="2.5"
  6. xmlns="http://java.sun.com/xml/ns/javaee">
  7. <!-- Servlets -->
  8. <!-- Default page to serve -->
  9. <welcome-file-list>
  10. <welcome-file>Forward_station_frontend.html</welcome-file>
  11. </welcome-file-list>
  12. </web-app>