質問編集履歴

2

エラーコードの修正

2018/05/31 05:08

投稿

kjfnfljnf
kjfnfljnf

スコア23

test CHANGED
File without changes
test CHANGED
@@ -284,7 +284,9 @@
284
284
 
285
285
 
286
286
 
287
- エラーコード```
287
+ エラーコード
288
+
289
+ ```
288
290
 
289
291
  HTTP Status 404 – Not Found
290
292
 

1

エラーコード追記しました。試したと書いていたactionの指定が間違っていました。

2018/05/31 05:08

投稿

kjfnfljnf
kjfnfljnf

スコア23

test CHANGED
File without changes
test CHANGED
@@ -16,9 +16,9 @@
16
16
 
17
17
  Formタグのactionの指定が悪いと思い
18
18
 
19
- ./ResultOutput
19
+ ./Search
20
-
20
+
21
- ResultOutput.java
21
+ Search.java
22
22
 
23
23
  などいくつか試してみたのですがダメでした。
24
24
 
@@ -281,3 +281,27 @@
281
281
  </html>
282
282
 
283
283
  ```
284
+
285
+
286
+
287
+ エラーコード```
288
+
289
+ HTTP Status 404 – Not Found
290
+
291
+
292
+
293
+ Type Status Report
294
+
295
+
296
+
297
+ Message /Search/Search
298
+
299
+
300
+
301
+ Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.
302
+
303
+
304
+
305
+ Apache Tomcat/9.0.8
306
+
307
+ ```