<!-- The contents of this file will be loaded for each web application -->
<Context path="/" docBase="D:/project/WebUploaderDEMO/src/target/WebUploaderDEMO.war">
<!-- Default set of monitored resources -->
<WatchedResource>WEB-INF/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>
tomcat简介
tomcat为何物?能做什么?
实战
生成war包
mvn clean install
如何部署java代码包(war)?
运行tomcat
原理