关于Tomcat部署应用的问题!
工程所在路径:E:/test/test
server.xml文件中配置如下:
<Host name="www.test.com" appBase="" unpackWARs="true" autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false">
<Context path="" docBase="E:/test/test" reloadable="true">
</Context>
</Host>
hosts文件中也进行了域名解析: 192.168.1.108 www.test.com
但是启动tomcat后,访问前台页面http://E:/test/test失败...
请大家看看是什么问题啊。