質問編集履歴

3

宜しくお願い致します。

2018/05/19 02:10

投稿

looow
looow

スコア6

test CHANGED
File without changes
test CHANGED
@@ -50,9 +50,13 @@
50
50
 
51
51
 
52
52
 
53
- ### context.xml(FW/ツールのバージョンなど)
54
53
 
55
54
 
55
+
56
+
57
+ ### context.xml
58
+
59
+ ```ここに言語を入力
56
60
 
57
61
  <?xml version='1.0' encoding='utf-8'?>
58
62
 
@@ -125,3 +129,5 @@
125
129
  -->
126
130
 
127
131
  </Context>
132
+
133
+ ```

2

間違い

2018/05/19 02:10

投稿

looow
looow

スコア6

test CHANGED
File without changes
test CHANGED
@@ -54,4 +54,74 @@
54
54
 
55
55
 
56
56
 
57
- <?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>
57
+ <?xml version='1.0' encoding='utf-8'?>
58
+
59
+ <!--
60
+
61
+ Licensed to the Apache Software Foundation (ASF) under one or more
62
+
63
+ contributor license agreements. See the NOTICE file distributed with
64
+
65
+ this work for additional information regarding copyright ownership.
66
+
67
+ The ASF licenses this file to You under the Apache License, Version 2.0
68
+
69
+ (the "License"); you may not use this file except in compliance with
70
+
71
+ the License. You may obtain a copy of the License at
72
+
73
+
74
+
75
+ http://www.apache.org/licenses/LICENSE-2.0
76
+
77
+
78
+
79
+ Unless required by applicable law or agreed to in writing, software
80
+
81
+ distributed under the License is distributed on an "AS IS" BASIS,
82
+
83
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
84
+
85
+ See the License for the specific language governing permissions and
86
+
87
+ limitations under the License.
88
+
89
+ -->
90
+
91
+ <!-- The contents of this file will be loaded for each web application -->
92
+
93
+ <Context>
94
+
95
+
96
+
97
+ <!-- Default set of monitored resources. If one of these changes, the -->
98
+
99
+ <!-- web application will be reloaded. -->
100
+
101
+ <WatchedResource>WEB-INF/web.xml</WatchedResource>
102
+
103
+ <WatchedResource>${catalina.base}/conf/web.xml</WatchedResource>
104
+
105
+
106
+
107
+ <!-- Uncomment this to disable session persistence across Tomcat restarts -->
108
+
109
+ <!--
110
+
111
+ <Manager pathname="" />
112
+
113
+ -->
114
+
115
+
116
+
117
+ <!-- Uncomment this to enable Comet connection tacking (provides events
118
+
119
+ on session expiration as well as webapp lifecycle) -->
120
+
121
+ <!--
122
+
123
+ <Valve className="org.apache.catalina.valves.CometConnectionManagerValve" />
124
+
125
+ -->
126
+
127
+ </Context>

1

遅くなりました。

2018/05/19 01:50

投稿

looow
looow

スコア6

test CHANGED
File without changes
test CHANGED
@@ -47,3 +47,11 @@
47
47
  eclipseバージョン  Mars.2 Release (4.5.2)
48
48
 
49
49
  tomcatバージョン  Apache Tomcat/8.0.32
50
+
51
+
52
+
53
+ ### context.xml(FW/ツールのバージョンなど)
54
+
55
+
56
+
57
+ <?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>