tomcat去除项目名访问
?
修改后如下:
? <Host name="localhost" ?appBase="webapps"
? ? ? ? ? ? unpackWARs="true" autoDeploy="true"
? ? ? ? ? ? xmlValidation="false" xmlNamespaceAware="false">
?
? ? ? ?
<Context path="" docBase="/项目名称" debug="0" reloadable="true"/>
? ? ? </Host>