Home Tomcat设置通过IP+PORT访问项目
Post
Cancel

Tomcat设置通过IP+PORT访问项目

1
2
<!-- 在`<host>`之间增加下列代码,docBase改成webapps下面放的项目名称 -->
<Context path="" docBase="projectName" debug="0" reloadable="true" />
This post is licensed under CC BY 4.0 by the author.