• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
3    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4    xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee
5         http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd" version="3.1">
6  <welcome-file-list>
7    <welcome-file>index.jsp</welcome-file>
8  </welcome-file-list>
9</web-app>
10