2a5346c41ca741c12b09ea4f1e2cc7348181625b
[aai/esr-server.git] / esr-mgr / src / main / resources / api-doc / WEB-INF / web.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!--
3
4     Copyright 2016 ZTE Corporation.
5
6     Licensed under the Apache License, Version 2.0 (the "License");
7     you may not use this file except in compliance with the License.
8     You may obtain a copy of the License at
9
10         http://www.apache.org/licenses/LICENSE-2.0
11
12     Unless required by applicable law or agreed to in writing, software
13     distributed under the License is distributed on an "AS IS" BASIS,
14     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15     See the License for the specific language governing permissions and
16     limitations under the License.
17
18 -->
19 <web-app xmlns="http://java.sun.com/xml/ns/javaee"
20   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21   xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
22                       http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
23   version="3.0"
24   metadata-complete="true">
25
26     <description>
27       ZENAP API-DOC.
28     </description>
29     <display-name>ZENAP API-DOC</display-name>
30     <!-- Define example filters -->
31
32
33     <welcome-file-list>
34         <welcome-file>index.html</welcome-file>
35         <welcome-file>index.xhtml</welcome-file>
36         <welcome-file>index.htm</welcome-file>
37         <welcome-file>index.jsp</welcome-file>
38     </welcome-file-list>
39
40 </web-app>
41