天天看点

tomcat去掉项目名称前缀

修改tomcat conf路径下的 server.xml 文件

<Host name="localhost"  appBase="webapps"
    unpackWARs="true" autoDeploy="true">
    <Context path="" docBase="bookmanage" reloadable="true">
</Context>