<?xml version="1.0" encoding="UTF-8"?>

<!-- 
    web.xml
    Copyright 2015 Avaya Inc. All Rights Reserved.

    Usage of this source is bound to the terms described in licences/License.txt
    Avaya - Confidential & Proprietary. Use pursuant to your signed agreement or Avaya Policy

 -->
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" version="2.5">
  <display-name>CustomerFrontend</display-name>
  <welcome-file-list>
    <welcome-file>home.html</welcome-file>
  </welcome-file-list>
</web-app>