質問編集履歴
3
ハードコピーを追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -24,29 +24,31 @@
|
|
24
24
|
|
25
25
|
↓Eclipseで見るとこのような感じです。
|
26
26
|
|
27
|
-

|
28
|
+
|
29
|
+
|
28
30
|
|
29
31
|
↓プログラムを動作させた時に発生するコンソールのメッセージです。
|
30
32
|
|
31
33
|
```
|
32
34
|
|
33
|
-
情報: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\pleiades\java\8\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:/pleiades/eclipse/jre/bin/../jre/bin/server;C:/pleiades/eclipse/jre/bin/../jre/bin;C:/pleiades/eclipse/jre/bin/../jre/lib/amd64;C:\pleiades\java\8\bin; C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\OEM\12.0\DLLShared\;C:\Program Files (x86)\Roxio 2010\OEM\AudioCore\;C:\Program Files\Fujitsu\F3BC4;C:\Program Files\Fujitsu\FJFP;C:\Program Files\MySQL\MySQL Server 8.0\bin\;C:\Program Files\MySQL\MySQL Shell 8.0\bin\;C:\pleiades\eclipse;;. [木 7 04 1
|
34
|
-
|
35
|
-
情報: Coyote HTTP/1.1を http-8080 で初期化します [木 7 04 1
|
36
|
-
|
37
|
-
情報: Initialization processed in
|
38
|
-
|
39
|
-
情報: サービス Catalina を起動します [木 7 04 1
|
40
|
-
|
41
|
-
情報: Starting Servlet Engine: Apache Tomcat/6.0.37 [木 7 04 1
|
42
|
-
|
43
|
-
情報: Coyote HTTP/1.1を http-8080 で起動します [木 7 04 1
|
44
|
-
|
45
|
-
情報: JK: ajp13 listening on /0.0.0.0:8009 [木 7 04 1
|
46
|
-
|
47
|
-
情報: Jk running ID=0 time=0/1
|
48
|
-
|
49
|
-
情報: Server startup in 4
|
35
|
+
情報: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\pleiades\java\8\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:/pleiades/eclipse/jre/bin/../jre/bin/server;C:/pleiades/eclipse/jre/bin/../jre/bin;C:/pleiades/eclipse/jre/bin/../jre/lib/amd64;C:\pleiades\java\8\bin; C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\OEM\12.0\DLLShared\;C:\Program Files (x86)\Roxio 2010\OEM\AudioCore\;C:\Program Files\Fujitsu\F3BC4;C:\Program Files\Fujitsu\FJFP;C:\Program Files\MySQL\MySQL Server 8.0\bin\;C:\Program Files\MySQL\MySQL Shell 8.0\bin\;C:\pleiades\eclipse;;. [木 7 04 14:41:48 JST 2019]
|
36
|
+
|
37
|
+
情報: Coyote HTTP/1.1を http-8080 で初期化します [木 7 04 14:41:49 JST 2019]
|
38
|
+
|
39
|
+
情報: Initialization processed in 928 ms [木 7 04 14:41:49 JST 2019]
|
40
|
+
|
41
|
+
情報: サービス Catalina を起動します [木 7 04 14:41:49 JST 2019]
|
42
|
+
|
43
|
+
情報: Starting Servlet Engine: Apache Tomcat/6.0.37 [木 7 04 14:41:49 JST 2019]
|
44
|
+
|
45
|
+
情報: Coyote HTTP/1.1を http-8080 で起動します [木 7 04 14:41:50 JST 2019]
|
46
|
+
|
47
|
+
情報: JK: ajp13 listening on /0.0.0.0:8009 [木 7 04 14:41:50 JST 2019]
|
48
|
+
|
49
|
+
情報: Jk running ID=0 time=0/31 config=null [木 7 04 14:41:50 JST 2019]
|
50
|
+
|
51
|
+
情報: Server startup in 634 ms [木 7 04 14:41:50 JST 2019]
|
50
52
|
|
51
53
|
|
52
54
|
|
2
ハードコピー添付
test
CHANGED
File without changes
|
test
CHANGED
@@ -20,6 +20,12 @@
|
|
20
20
|
|
21
21
|
### 発生している問題・エラーメッセージ
|
22
22
|
|
23
|
+
|
24
|
+
|
25
|
+
↓Eclipseで見るとこのような感じです。
|
26
|
+
|
27
|
+

|
28
|
+
|
23
29
|
↓プログラムを動作させた時に発生するコンソールのメッセージです。
|
24
30
|
|
25
31
|
```
|
1
説明文を修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -22,6 +22,8 @@
|
|
22
22
|
|
23
23
|
↓プログラムを動作させた時に発生するコンソールのメッセージです。
|
24
24
|
|
25
|
+
```
|
26
|
+
|
25
27
|
情報: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\pleiades\java\8\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:/pleiades/eclipse/jre/bin/../jre/bin/server;C:/pleiades/eclipse/jre/bin/../jre/bin;C:/pleiades/eclipse/jre/bin/../jre/lib/amd64;C:\pleiades\java\8\bin; C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\OEM\12.0\DLLShared\;C:\Program Files (x86)\Roxio 2010\OEM\AudioCore\;C:\Program Files\Fujitsu\F3BC4;C:\Program Files\Fujitsu\FJFP;C:\Program Files\MySQL\MySQL Server 8.0\bin\;C:\Program Files\MySQL\MySQL Shell 8.0\bin\;C:\pleiades\eclipse;;. [木 7 04 10:15:26 JST 2019]
|
26
28
|
|
27
29
|
情報: Coyote HTTP/1.1を http-8080 で初期化します [木 7 04 10:15:26 JST 2019]
|
@@ -60,7 +62,7 @@
|
|
60
62
|
|
61
63
|
<name>unit02</name>
|
62
64
|
|
63
|
-
<packaging>war</packaging>
|
65
|
+
<packaging>war</packaging> <!-- ★★この行がエラーになります -->
|
64
66
|
|
65
67
|
<version>1.0.0-BUILD-SNAPSHOT</version>
|
66
68
|
|