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

6
war/error.jsp Normal file
View File

@ -0,0 +1,6 @@
<HTML>
<BODY>
<%@ page isErrorPage="true" %>
Error: <%= exception %>
</BODY>
</HTML>