tomcat怎么配置context属性 - ITeye问答
2010年7月12日 - tomcat怎么配置context属性20原来这样写是正确的:<Host name="www.xxx.com" appBase="/project""unpackWARs="true" autoDeploy="true" ...
tomcat怎么配置context属性_百度知道
最佳答案: 配置网站的话 Host name="域名" appBase="webapps",要是本地项目 Host name="localhost" 配置网站的话 Context path="" docBase="F:\apache-tomcat-...