로컬 아파치 톰캣 8.5 서버 실행 오류 수정

This commit is contained in:
mcutegs2
2020-06-05 14:00:37 +09:00
parent 9dedc3a095
commit 70c7c4771a
15 changed files with 45 additions and 37 deletions

View File

@@ -1,7 +1,15 @@
<!DOCTYPE web-app PUBLIC
"-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
"http://java.sun.com/dtd/web-app_2_3.dtd" >
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
version="3.1">
<web-app>
<display-name>Archetype Created Web Application</display-name>
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
</web-app>

View File

@@ -4,9 +4,17 @@
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
<title>병원 관리 시스템</title>
</head>
<body>
<h1>what the hell?</h1>
</body>
<BODY bgcolor=black>
<h1 style="color:white;">병원 임직원 회원가입</h1>
<FORM action="join.jsp" method="post">
<font color=white>
아이디 : <INPUT type="text" name="id" maxlength="8"><BR>
암호 : <INPUT type="password" name="pwd" maxlength="8"><BR>
이름 : <INPUT type="text" name="name" maxlength="12"><BR>
e-mail : <INPUT type="text" name="email" maxlength="25"><P>
<INPUT type="submit" value=" 저 장 "></font>
</FORM>
</BODY>
</html>