`
Javahuhui
  • 浏览: 77966 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论

解决一个tomcat启动多个项目冲突而导致启动失败问题

阅读更多

解决一个tomcat启动多个项目冲突而导致启动失败问题:

在项目的web.xml里设置

<context-param>

    <param-name>webAppRootKey</param-name>

    <param-value>app1.root</param-value>

</context-param>

即每个项目的值是唯一的就行

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics