第一次提交
This commit is contained in:
12
tomcat/webapps/conf/context.xml
Normal file
12
tomcat/webapps/conf/context.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- The contents of this file will be loaded for each web application --><Context>
|
||||
|
||||
<!-- Default set of monitored resources -->
|
||||
<WatchedResource>WEB-INF/web.xml</WatchedResource>
|
||||
|
||||
<!-- Uncomment this to disable session persistence across Tomcat restarts -->
|
||||
<!--
|
||||
<Manager pathname="" />
|
||||
-->
|
||||
|
||||
</Context>
|
||||
Reference in New Issue
Block a user