質問するログイン新規登録

質問編集履歴

3

宜しくお願い致します。

2018/05/19 02:10

投稿

looow
looow

スコア6

title CHANGED
File without changes
body CHANGED
@@ -24,8 +24,10 @@
24
24
  eclipseバージョン  Mars.2 Release (4.5.2)
25
25
  tomcatバージョン  Apache Tomcat/8.0.32
26
26
 
27
- ### context.xml(FW/ツールのバージョンなど)
28
27
 
28
+
29
+ ### context.xml
30
+ ```ここに言語を入力
29
31
  <?xml version='1.0' encoding='utf-8'?>
30
32
  <!--
31
33
  Licensed to the Apache Software Foundation (ASF) under one or more
@@ -61,4 +63,5 @@
61
63
  <!--
62
64
  <Valve className="org.apache.catalina.valves.CometConnectionManagerValve" />
63
65
  -->
64
- </Context>
66
+ </Context>
67
+ ```

2

間違い

2018/05/19 02:10

投稿

looow
looow

スコア6

title CHANGED
File without changes
body CHANGED
@@ -26,4 +26,39 @@
26
26
 
27
27
  ### context.xml(FW/ツールのバージョンなど)
28
28
 
29
- <?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <!-- The contents of this file will be loaded for each web application --> -<Context> <!-- Default set of monitored resources. If one of these changes, the --> <!-- web application will be reloaded. --> <WatchedResource>WEB-INF/web.xml</WatchedResource> <WatchedResource>${catalina.base}/conf/web.xml</WatchedResource> <!-- Uncomment this to disable session persistence across Tomcat restarts --> <!-- <Manager pathname="" /> --> <!-- Uncomment this to enable Comet connection tacking (provides events on session expiration as well as webapp lifecycle) --> <!-- <Valve className="org.apache.catalina.valves.CometConnectionManagerValve" /> --> </Context>
29
+ <?xml version='1.0' encoding='utf-8'?>
30
+ <!--
31
+ Licensed to the Apache Software Foundation (ASF) under one or more
32
+ contributor license agreements. See the NOTICE file distributed with
33
+ this work for additional information regarding copyright ownership.
34
+ The ASF licenses this file to You under the Apache License, Version 2.0
35
+ (the "License"); you may not use this file except in compliance with
36
+ the License. You may obtain a copy of the License at
37
+
38
+ http://www.apache.org/licenses/LICENSE-2.0
39
+
40
+ Unless required by applicable law or agreed to in writing, software
41
+ distributed under the License is distributed on an "AS IS" BASIS,
42
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
43
+ See the License for the specific language governing permissions and
44
+ limitations under the License.
45
+ -->
46
+ <!-- The contents of this file will be loaded for each web application -->
47
+ <Context>
48
+
49
+ <!-- Default set of monitored resources. If one of these changes, the -->
50
+ <!-- web application will be reloaded. -->
51
+ <WatchedResource>WEB-INF/web.xml</WatchedResource>
52
+ <WatchedResource>${catalina.base}/conf/web.xml</WatchedResource>
53
+
54
+ <!-- Uncomment this to disable session persistence across Tomcat restarts -->
55
+ <!--
56
+ <Manager pathname="" />
57
+ -->
58
+
59
+ <!-- Uncomment this to enable Comet connection tacking (provides events
60
+ on session expiration as well as webapp lifecycle) -->
61
+ <!--
62
+ <Valve className="org.apache.catalina.valves.CometConnectionManagerValve" />
63
+ -->
64
+ </Context>

1

遅くなりました。

2018/05/19 01:50

投稿

looow
looow

スコア6

title CHANGED
File without changes
body CHANGED
@@ -22,4 +22,8 @@
22
22
 
23
23
  ### 補足情報(FW/ツールのバージョンなど)
24
24
  eclipseバージョン  Mars.2 Release (4.5.2)
25
- tomcatバージョン  Apache Tomcat/8.0.32
25
+ tomcatバージョン  Apache Tomcat/8.0.32
26
+
27
+ ### context.xml(FW/ツールのバージョンなど)
28
+
29
+ <?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <!-- The contents of this file will be loaded for each web application --> -<Context> <!-- Default set of monitored resources. If one of these changes, the --> <!-- web application will be reloaded. --> <WatchedResource>WEB-INF/web.xml</WatchedResource> <WatchedResource>${catalina.base}/conf/web.xml</WatchedResource> <!-- Uncomment this to disable session persistence across Tomcat restarts --> <!-- <Manager pathname="" /> --> <!-- Uncomment this to enable Comet connection tacking (provides events on session expiration as well as webapp lifecycle) --> <!-- <Valve className="org.apache.catalina.valves.CometConnectionManagerValve" /> --> </Context>