日期:2014-05-17  浏览次数:20836 次

把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"/>