同一tomcat下部署多个项目报 Choose unique v
2017-09-06 本文已影响0人
lijiaccy
今天一个项目部署分两个部署到一个tomcat下,不同域名
启动的时候报了Choose unique values for the 'webAppRootKey' context-param in your web.xml files!
各方面排查是因为每个web.xml中需要配置不同的webAppRootKey,默认都是相同的
![](https://img.haomeiwen.com/i4714843/aa12ec1513c90b6a.png)
今天一个项目部署分两个部署到一个tomcat下,不同域名
启动的时候报了Choose unique values for the 'webAppRootKey' context-param in your web.xml files!
各方面排查是因为每个web.xml中需要配置不同的webAppRootKey,默认都是相同的