From 96df49e0c9aaeaf029130623a710a81008a0935a Mon Sep 17 00:00:00 2001 From: jungwonKim Date: Wed, 17 Aug 2022 22:10:09 +0900 Subject: [PATCH] =?UTF-8?q?error=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/jsp/common/menu.jsp | 8 +++++++- src/main/webapp/jsp/error.jsp | 20 ++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 src/main/webapp/jsp/error.jsp 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