質問編集履歴
1
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -242,48 +242,6 @@
|
|
242
242
|
|
243
243
|
```
|
244
244
|
|
245
|
-
web.xml
|
246
|
-
|
247
|
-
```
|
248
|
-
|
249
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
250
|
-
|
251
|
-
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://xmlns.jcp.org/xml/ns/javaee" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd" version="4.0">
|
252
|
-
|
253
|
-
<display-name>ServletProject</display-name>
|
254
|
-
|
255
|
-
<welcome-file-list>
|
256
|
-
|
257
|
-
<welcome-file>index.html</welcome-file>
|
258
|
-
|
259
|
-
<welcome-file>index.htm</welcome-file>
|
260
|
-
|
261
|
-
<welcome-file>index.jsp</welcome-file>
|
262
|
-
|
263
|
-
<welcome-file>default.html</welcome-file>
|
264
|
-
|
265
|
-
<welcome-file>default.htm</welcome-file>
|
266
|
-
|
267
|
-
<welcome-file>default.jsp</welcome-file>
|
268
|
-
|
269
|
-
</welcome-file-list>
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
<error-page>
|
274
|
-
|
275
|
-
<error-code>500</error-code>
|
276
|
-
|
277
|
-
<location>/error.html</location>
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
</error-page>
|
282
|
-
|
283
|
-
</web-app>
|
284
|
-
|
285
|
-
```
|
286
|
-
|
287
245
|
|
288
246
|
|
289
247
|
### 試したこと
|