diff 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 diff
--- a/WebContent/WEB-INF/web.xml	Fri Dec 06 19:24:11 2013 +0000
+++ b/WebContent/WEB-INF/web.xml	Mon Dec 09 16:57:52 2013 +0000
@@ -11,7 +11,7 @@
 
     <servlet-mapping>
         <servlet-name>HumanEchoServlet</servlet-name>
-        <url-pattern>/HumanEcho</url-pattern>
+        <url-pattern>/HumanEcho/*</url-pattern>
     </servlet-mapping>
 </web-app>