Tomcat相关配置说明
Posted 留年216
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Tomcat相关配置说明相关的知识,希望对你有一定的参考价值。
1.修改安装位置
在conf下的sever.xml中加一行
<Context path="" docBase="/项目实际路径" debug="0" reloadable="true"/>
2.修改相关端口
在conf下的sever.xml中修改端口,注意要与之前端口不同,且端口不能被占用
a.Connector port
b.Connector port
c.Server port
以上是关于Tomcat相关配置说明的主要内容,如果未能解决你的问题,请参考以下文章