Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8916bdb6afa9e8d8e6f0239cbce5d260756e7e23 (plain) (blame)
1
2
3
4
5
6
7
8
9
<?xml version="1.0"?>
<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_3_0.xsd" 
   version="3.0">

	<display-name>Async REST Webservice Example</display-name>

</web-app>

Back to the top