1、找到 tomcat安装目录/conf/server.xml
2、修改host元素的配置如下:
<Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy="true">
1、找到 tomcat安装目录/conf/server.xml
2、修改host元素的配置如下:
<Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy="true">