working jsp!

This commit is contained in:
foo
2016-02-15 13:03:02 +00:00
parent adb87c0f07
commit 7f4d5d9f49
5 changed files with 145 additions and 0 deletions

13
war/WEB-INF/web.xml Normal file
View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<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">
<display-name>Wordbubbles Solver</display-name>
<description>
Solver for things
</description>
</web-app>