Tomcat的上下文文件
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Tomcat的上下文文件相关的知识,希望对你有一定的参考价值。
Create an xml file with this content to tell Tomcat to use seperate folder (can be any folder, even out of tomcat root) as a root folder of your application.Copy this file into TomcatDir/conf/Catalina/localhost
<?xml version='1.0' encoding='utf-8'?> path="/youProjectURL" reloadable="true" workDir="/path/to/youProjectDir/work"> <!-- Contents --> </Context>
以上是关于Tomcat的上下文文件的主要内容,如果未能解决你的问题,请参考以下文章