把localhost:8080设置成项目主页,如何设置

把localhost:8080设置成项目主页,怎么设置?RT,我项目地址为http://localhost:8080/CardManagementSystem/

把localhost:8080设置成项目主页,怎么设置?
RT,我项目地址为http://localhost:8080/CardManagementSystem/
我想打开http://localhost:8080的时候就是打开项目。
求问怎么设置?
tomcat版本为7.0
[解决办法]
 <Host name="localhost" appBase="webapps"
       unpackWARs="true" autoDeploy="true"
       xmlValidation="false" xmlNamespaceAware="false">
      
   <Context  path = "" docBase="E:\\apache-tomcat-7.0.22\\webapps\\abc"/>