Mercurial > hg > human-echolocation-java-webapp
view WebContent/WEB-INF/web.xml @ 27:3b092b89c92e
Using JQuery to generate the AJAX call. Added a AJAX indicator.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Mon, 09 Dec 2013 16:57:52 +0000 |
parents | 1d1122584af9 |
children |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?> <web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" version="2.5"> <servlet> <servlet-name>HumanEchoServlet</servlet-name> <servlet-class>HumanEchoServlet</servlet-class> </servlet> <servlet-mapping> <servlet-name>HumanEchoServlet</servlet-name> <url-pattern>/HumanEcho/*</url-pattern> </servlet-mapping> </web-app>