Choose unique values for the 'webAppRootKey' context-param in your web.xml files

問題產生:一個tomcat下部署多個工程時,會有其中一個工程無法正常跑起來。 原因如下,解決辦法:修改web.xml配置 1 在web.xml配置  <context-param> <param-name>webAppRootKey</param-name> <param-value>webName.root</param-value> </context-param> 可以用System.get
相關文章
相關標籤/搜索