質問編集履歴
2
追記を追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -40,4 +40,9 @@
|
|
40
40
|
情報: Starting ProtocolHandler ["ajp-nio-8009"] [月 11 09 23:11:08 JST 2015]
|
41
41
|
情報: Server startup in 829 ms [月 11 09 23:11:08 JST 2015]
|
42
42
|
```
|
43
|
-
どうしたらいいでしょうか?
|
43
|
+
どうしたらいいでしょうか?
|
44
|
+
---
|
45
|
+
追記
|
46
|
+
|
47
|
+
all in one eclipse 4.4から4.5に変えたのですが、同じでした。
|
48
|
+
特にTomcatの環境構築をした覚えはありません。
|
1
404の時の起動メッセージを追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -21,4 +21,23 @@
|
|
21
21
|
情報: Destroying ProtocolHandler ["ajp-nio-8009"] [日 11 08 22:11:00 JST 2015]
|
22
22
|
```
|
23
23
|
サーバーの設定で`XMLファイルを分割してモジュール・コンテキストを公開`にチェックを入れたら起動できたのですが、`HTTPステータス 404`になってしまいます。
|
24
|
+
```
|
25
|
+
情報: 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]
|
26
|
+
情報: Initializing ProtocolHandler ["http-nio-8080"] [月 11 09 23:11:07 JST 2015]
|
27
|
+
情報: Using a shared selector for servlet write/read [月 11 09 23:11:08 JST 2015]
|
28
|
+
情報: Initializing ProtocolHandler ["ajp-nio-8009"] [月 11 09 23:11:08 JST 2015]
|
29
|
+
情報: Using a shared selector for servlet write/read [月 11 09 23:11:08 JST 2015]
|
30
|
+
情報: Initialization processed in 1203 ms [月 11 09 23:11:08 JST 2015]
|
31
|
+
情報: サービス Catalina を起動します [月 11 09 23:11:08 JST 2015]
|
32
|
+
情報: Starting Servlet Engine: Apache Tomcat/8.0.8 [月 11 09 23:11:08 JST 2015]
|
33
|
+
情報: Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [163] milliseconds. [月 11 09 23:11:08 JST 2015]
|
34
|
+
情報: 設定記述子 D:\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\conf\Catalina\localhost\Johnnys.xml を配備します [月 11 09 23:11:08 JST 2015]
|
35
|
+
警告: [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]
|
36
|
+
重大: ContainerBase.addChild: start: [月 11 09 23:11:08 JST 2015]
|
37
|
+
重大: 設定記述子 D:\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\conf\Catalina\localhost\Johnnys.xml を配備中のエラーです [月 11 09 23:11:08 JST 2015]
|
38
|
+
情報: 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]
|
39
|
+
情報: Starting ProtocolHandler ["http-nio-8080"] [月 11 09 23:11:08 JST 2015]
|
40
|
+
情報: Starting ProtocolHandler ["ajp-nio-8009"] [月 11 09 23:11:08 JST 2015]
|
41
|
+
情報: Server startup in 829 ms [月 11 09 23:11:08 JST 2015]
|
42
|
+
```
|
24
43
|
どうしたらいいでしょうか?
|