From 8c1e8465f715d6bdbdcb98800b505c9390c5e96a Mon Sep 17 00:00:00 2001 From: xiaoyu1wu Date: Wed, 23 Mar 2016 16:33:28 +0800 Subject: [PATCH 1/2] new a helloworld.jsp --- HelloWorld.jsp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 HelloWorld.jsp diff --git a/HelloWorld.jsp b/HelloWorld.jsp new file mode 100644 index 0000000000..c0a14b3aef --- /dev/null +++ b/HelloWorld.jsp @@ -0,0 +1,12 @@ +<%@ page language="java" contentType="text/html; charset=ISO-8859-1" + pageEncoding="ISO-8859-1"%> + + + + +Insert title here + + +

helloworld

+ + \ No newline at end of file From 8be15ee0d0c6a7450bb6ce6fbccad7be8425aaa2 Mon Sep 17 00:00:00 2001 From: xiaoyu1wu Date: Wed, 23 Mar 2016 16:46:50 +0800 Subject: [PATCH 2/2] add test.jsp --- test.jsp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test.jsp diff --git a/test.jsp b/test.jsp new file mode 100644 index 0000000000..7908735868 --- /dev/null +++ b/test.jsp @@ -0,0 +1,12 @@ +<%@ page language="java" contentType="text/html; charset=ISO-8859-1" + pageEncoding="ISO-8859-1"%> + + + + +Insert title here + + + + + \ No newline at end of file