Skip to content

Commit d985aa7

Browse files
committed
.
1 parent 181f7b7 commit d985aa7

35 files changed

Lines changed: 3 additions & 1361 deletions

Lesson04/.classpath

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
33
<classpathentry kind="src" path="src"/>
4-
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
4+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
55
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
6+
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
67
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v7.0">
78
<attributes>
89
<attribute name="owner.project.facets" value="jst.web"/>
910
</attributes>
1011
</classpathentry>
11-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
1212
<classpathentry kind="output" path="build/classes"/>
1313
</classpath>

Lesson04/WebContent/WEB-INF/index.html

Lines changed: 0 additions & 10 deletions
This file was deleted.

Lesson04/WebContent/WEB-INF/web.xml

Lines changed: 1 addition & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -6,75 +6,13 @@
66
id="WebApp_ID" version="3.0">
77
<display-name>web04</display-name>
88

9-
<!-- 컨텍스트 초기화 파라미터 -->
10-
<context-param>
11-
<param-name>driver</param-name>
12-
<param-value>com.mysql.jdbc.Driver</param-value>
13-
</context-param>
14-
<context-param>
15-
<param-name>url</param-name>
16-
<param-value>jdbc:mysql://localhost/studydb</param-value>
17-
</context-param>
18-
<context-param>
19-
<param-name>username</param-name>
20-
<param-value>study</param-value>
21-
</context-param>
22-
<context-param>
23-
<param-name>password</param-name>
24-
<param-value>study</param-value>
25-
</context-param>
26-
279
<!-- 필터 선언 -->
28-
<!--
29-
<filter>
30-
<filter-name>CharacterEncodingFilter</filter-name>
31-
<filter-class>spms.filters.CharacterEncodingFilter</filter-class>
32-
<init-param>
33-
<param-name>encoding</param-name>
34-
<param-value>UTF-8</param-value>
35-
</init-param>
36-
</filter>
37-
-->
3810

3911
<!-- 필터 URL 매핑 -->
40-
<!--
41-
<filter-mapping>
42-
<filter-name>CharacterEncodingFilter</filter-name>
43-
<url-pattern>/*</url-pattern>
44-
</filter-mapping>
45-
-->
4612

4713
<!-- 서블릿 선언 -->
48-
<!--
49-
<servlet>
50-
<servlet-name>MemberUpdateServlet</servlet-name>
51-
<servlet-class>spms.servlets.MemberUpdateServlet</servlet-class>
52-
<init-param>
53-
<param-name>driver</param-name>
54-
<param-value>com.mysql.jdbc.Driver</param-value>
55-
</init-param>
56-
<init-param>
57-
<param-name>url</param-name>
58-
<param-value>jdbc:mysql://localhost/studydb</param-value>
59-
</init-param>
60-
<init-param>
61-
<param-name>username</param-name>
62-
<param-value>study</param-value>
63-
</init-param>
64-
<init-param>
65-
<param-name>password</param-name>
66-
<param-value>study</param-value>
67-
</init-param>
68-
</servlet>
69-
-->
70-
<!-- 서블릿을 URL과 연결 -->
7114

72-
<!--
73-
<servlet-mapping>
74-
<servlet-name>MemberUpdateServlet</servlet-name>
75-
<url-pattern>/member/update</url-pattern>
76-
</servlet-mapping>
77-
-->
15+
<!-- 서블릿을 URL과 연결 -->
7816

7917
<welcome-file-list>
8018
<welcome-file>index.html</welcome-file>
-1.52 KB
Binary file not shown.
-3.27 KB
Binary file not shown.
-3.21 KB
Binary file not shown.
-3.32 KB
Binary file not shown.
-3.3 KB
Binary file not shown.
-3.04 KB
Binary file not shown.
-3.23 KB
Binary file not shown.

0 commit comments

Comments
 (0)