标签:war 配置 server ase doc net 项目 oca 地址
<Host name="localhost" debug="0" appBase="webapps" unpackWARs="true" autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false"> <Context path="/sound" docBase="\\192.168.1.120\sound" debug="0"/> <Host>
项目中录音文件存放在IP地址为192.168.1.120的服务器上,把sound文件夹设为共享,在tomcat server.xml中配置中加上上面的内容。
参考链接:http://blog.csdn.net/lee4755026/article/details/7941765
标签:war 配置 server ase doc net 项目 oca 地址
原文地址:http://www.cnblogs.com/sshoub/p/6165317.html