回答編集履歴
1
※ マーキングのため diff を利用しています
test
CHANGED
@@ -1,6 +1,10 @@
|
|
1
1
|
おそらく、余計な場所にある「-」が原因では? ⇒ web.xml 解析エラー(起動してません)
|
2
2
|
|
3
|
+
とりあえず ハッチングした箇所の先頭にある「-」を削除してください。
|
3
4
|
|
5
|
+
|
6
|
+
|
7
|
+
※ マーキングのため diff を利用しています
|
4
8
|
|
5
9
|
```diff
|
6
10
|
|
@@ -8,9 +12,7 @@
|
|
8
12
|
|
9
13
|
|
10
14
|
|
11
|
-
-
|
12
|
-
|
13
|
-
+<web-app version="3.1" id="WebApp_ID" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd" xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
15
|
+
-<web-app version="3.1" id="WebApp_ID" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd" xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
14
16
|
|
15
17
|
|
16
18
|
|
@@ -20,9 +22,7 @@
|
|
20
22
|
|
21
23
|
|
22
24
|
|
23
|
-
-
|
25
|
+
-<welcome-file-list>
|
24
|
-
|
25
|
-
+<welcome-file-list>
|
26
26
|
|
27
27
|
|
28
28
|
|
@@ -50,9 +50,7 @@
|
|
50
50
|
|
51
51
|
|
52
52
|
|
53
|
-
-
|
53
|
+
-<servlet>
|
54
|
-
|
55
|
-
+<servlet>
|
56
54
|
|
57
55
|
|
58
56
|
|
@@ -70,9 +68,7 @@
|
|
70
68
|
|
71
69
|
|
72
70
|
|
73
|
-
-
|
71
|
+
-<servlet-mapping>
|
74
|
-
|
75
|
-
+<servlet-mapping>
|
76
72
|
|
77
73
|
|
78
74
|
|
@@ -90,9 +86,7 @@
|
|
90
86
|
|
91
87
|
|
92
88
|
|
93
|
-
-
|
89
|
+
-<servlet-mapping>
|
94
|
-
|
95
|
-
+<servlet-mapping>
|
96
90
|
|
97
91
|
|
98
92
|
|
@@ -110,9 +104,7 @@
|
|
110
104
|
|
111
105
|
|
112
106
|
|
113
|
-
-
|
107
|
+
-<servlet-mapping>
|
114
|
-
|
115
|
-
+<servlet-mapping>
|
116
108
|
|
117
109
|
|
118
110
|
|