comparison tomcat/context.xml @ 92:120fc16ea511 production

USASR-2388: update tomcat. customize logging. disable autodepoy.
author smith@nwoca.org
date Thu, 13 Oct 2016 00:39:56 +0100
parents 6a4ba408b8c4
children
comparison
equal deleted inserted replaced
91:fe7b8e3b4100 92:120fc16ea511
15 See the License for the specific language governing permissions and 15 See the License for the specific language governing permissions and
16 limitations under the License. 16 limitations under the License.
17 --> 17 -->
18 <Context> 18 <Context>
19 19
20 <Resources cachingAllowed="false"/>
21
20 <!-- Uncomment this to disable session persistence across Tomcat restarts --> 22 <!-- Uncomment this to disable session persistence across Tomcat restarts -->
21 <Manager pathname="" /> 23 <Manager pathname="" />
22 24
23 <!-- Uncomment this to enable Comet connection tacking (provides events 25 <!-- Uncomment this to enable Comet connection tacking (provides events
24 on session expiration as well as webapp lifecycle) --> 26 on session expiration as well as webapp lifecycle) -->