diff --git a/src/main/webapp/jsp/common/menu.jsp b/src/main/webapp/jsp/common/menu.jsp index f8aa5b0..65902cb 100644 --- a/src/main/webapp/jsp/common/menu.jsp +++ b/src/main/webapp/jsp/common/menu.jsp @@ -49,7 +49,13 @@
  • Thread : Thread 무한 대기
  • Thread : Thread 3초 대기
  • Thread : Thread 1초 대기
  • - +
  • Thread : Thread 4초 램덤대기
  • + + +
  • error
  • + diff --git a/src/main/webapp/jsp/error.jsp b/src/main/webapp/jsp/error.jsp new file mode 100644 index 0000000..5f3e7f5 --- /dev/null +++ b/src/main/webapp/jsp/error.jsp @@ -0,0 +1,20 @@ +<%@page import="java.util.Calendar"%> +<%@ page language="java" contentType="text/html; charset=UTF-8" + pageEncoding="UTF-8"%> +<%@ page import="java.util.Date" %> + + + + +Insert title here + + +<% + +int temp = 100/0; + + +%> + + + \ No newline at end of file