質問編集履歴
2
追記を追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -83,3 +83,13 @@
|
|
83
83
|
```
|
84
84
|
|
85
85
|
どうしたらいいでしょうか?
|
86
|
+
|
87
|
+
---
|
88
|
+
|
89
|
+
追記
|
90
|
+
|
91
|
+
|
92
|
+
|
93
|
+
all in one eclipse 4.4から4.5に変えたのですが、同じでした。
|
94
|
+
|
95
|
+
特にTomcatの環境構築をした覚えはありません。
|
1
404の時の起動メッセージを追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -44,4 +44,42 @@
|
|
44
44
|
|
45
45
|
サーバーの設定で`XMLファイルを分割してモジュール・コンテキストを公開`にチェックを入れたら起動できたのですが、`HTTPステータス 404`になってしまいます。
|
46
46
|
|
47
|
+
```
|
48
|
+
|
49
|
+
情報: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: D:\pleiades-e4.4-ultimate-32bit-jre_20130625\pleiades\java\8\bin;C:\windows\Sun\Java\bin;C:\windows\system32;C:\windows;D:/pleiades-e4.4-ultimate-32bit-jre_20130625/pleiades/eclipse/jre/bin/client;D:/pleiades-e4.4-ultimate-32bit-jre_20130625/pleiades/eclipse/jre/bin;D:/pleiades-e4.4-ultimate-32bit-jre_20130625/pleiades/eclipse/jre/lib/i386;C:\ProgramData\Oracle\Java\javapath;C:\Program Files\Java\jdk1.8.0\bin;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Windows Live\Shared;c:\Program Files (x86)\Common Files\Ulead Systems\MPEG;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\OEM\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\OEM\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\OEM\12.0\DLLShared\;C:\Program Files (x86)\Roxio 2010\OEM\AudioCore\;%PROGRAMFILES%\Internet Explorer;C:\Program Files (x86)\QuickTime\QTSystem\;D:\pleiades-e4.4-ultimate-32bit-jre_20130625\pleiades\eclipse;;. [月 11 09 23:11:07 JST 2015]
|
50
|
+
|
51
|
+
情報: Initializing ProtocolHandler ["http-nio-8080"] [月 11 09 23:11:07 JST 2015]
|
52
|
+
|
53
|
+
情報: Using a shared selector for servlet write/read [月 11 09 23:11:08 JST 2015]
|
54
|
+
|
55
|
+
情報: Initializing ProtocolHandler ["ajp-nio-8009"] [月 11 09 23:11:08 JST 2015]
|
56
|
+
|
57
|
+
情報: Using a shared selector for servlet write/read [月 11 09 23:11:08 JST 2015]
|
58
|
+
|
59
|
+
情報: Initialization processed in 1203 ms [月 11 09 23:11:08 JST 2015]
|
60
|
+
|
61
|
+
情報: サービス Catalina を起動します [月 11 09 23:11:08 JST 2015]
|
62
|
+
|
63
|
+
情報: Starting Servlet Engine: Apache Tomcat/8.0.8 [月 11 09 23:11:08 JST 2015]
|
64
|
+
|
65
|
+
情報: Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [163] milliseconds. [月 11 09 23:11:08 JST 2015]
|
66
|
+
|
67
|
+
情報: 設定記述子 D:\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\conf\Catalina\localhost\Johnnys.xml を配備します [月 11 09 23:11:08 JST 2015]
|
68
|
+
|
69
|
+
警告: [SetContextPropertiesRule]{Context} Setting property 'source' to 'org.eclipse.jst.jee.server:Johnnys' did not find a matching property. [月 11 09 23:11:08 JST 2015]
|
70
|
+
|
71
|
+
重大: ContainerBase.addChild: start: [月 11 09 23:11:08 JST 2015]
|
72
|
+
|
73
|
+
重大: 設定記述子 D:\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\conf\Catalina\localhost\Johnnys.xml を配備中のエラーです [月 11 09 23:11:08 JST 2015]
|
74
|
+
|
75
|
+
情報: Deployment of configuration descriptor D:\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\conf\Catalina\localhost\Johnnys.xml has finished in 144 ms [月 11 09 23:11:08 JST 2015]
|
76
|
+
|
77
|
+
情報: Starting ProtocolHandler ["http-nio-8080"] [月 11 09 23:11:08 JST 2015]
|
78
|
+
|
79
|
+
情報: Starting ProtocolHandler ["ajp-nio-8009"] [月 11 09 23:11:08 JST 2015]
|
80
|
+
|
81
|
+
情報: Server startup in 829 ms [月 11 09 23:11:08 JST 2015]
|
82
|
+
|
83
|
+
```
|
84
|
+
|
47
85
|
どうしたらいいでしょうか?
|