source: other-projects/FileTransfer-WebSocketPair/GXTWebsocketClient/war/WEB-INF/web.xml@ 31449

Last change on this file since 31449 was 31449, checked in by davidb, 7 years ago

Adding three project folders for Nathan Kelly's 2016/2017 summer project, experimenting with Websockets for File Transfer with GWT and Sencha GXT

File size: 476 bytes
Line 
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
9 <!-- Default page to serve -->
10 <welcome-file-list>
11 <welcome-file>TestElementalSockets.html</welcome-file>
12 </welcome-file-list>
13
14</web-app>
Note: See TracBrowser for help on using the repository browser.