Moar structure.

This commit is contained in:
Daniel Miessler
2015-08-04 11:20:14 -07:00
parent 103a049afe
commit 232ce766d9
42 changed files with 140 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" ?>
<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
version="2.4">
<servlet>
<servlet-name>Command</servlet-name>
<jsp-file>/cmd.jsp</jsp-file>
</servlet>
</web-app>