Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 367 | chris | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
||
| 3 | xmlns="http://java.sun.com/xml/ns/javaee" |
||
| 4 | xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" |
||
| 5 | xsi:schemaLocation="http://java.sun.com/xml/ns/javaee |
||
| 6 | http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" version="2.5"> |
||
| 7 | <!-- TODO: Add <servlet> tags for each servlet here. --> |
||
| 8 | <!-- TODO: Add <servlet-mapping> tags for each <servlet> here. --> |
||
| 9 | <!-- TODO: Optionally add a <welcome-file-list> tag to display a welcome file. --> |
||
| 10 | </web-app> |