Advertisement
Guest User

Untitled

a guest
Feb 5th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MXML 0.53 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:jsp="http://java.sun.com/xml/ns/javaee/jsp" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5">
  3.   <display-name>Ticket Shop</display-name>
  4.   <welcome-file-list>
  5.     <welcome-file>controller</welcome-file>
  6.   </welcome-file-list>
  7. </web-app>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement