win7 本地环境服务正常,部署到linux 测试环境,启动服务异常;

web 项目在本地运行正常,但是部署到linux 测试环境后,启动服务异常;

org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from ServletContext resource [/WEB-INF/springmvc-context.xml]; nested exception is java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/springmvc-context.xml]

看你的文件路径,配置文件名称是否对的上