tomcat 部署网站 去掉项目名称
在server.xml找到如下配置<Host name="localhost" debug="0" appBase="webapps"
unpackWARs="true"
xmlValidation="false" xmlNamespaceAware="false">
增加如下配置,即可,其中myapp为您的项目名称
<Context path="" docBase="myapp" debug="0" reloadable="true"/>
		页: 
[1]