一个tomcat下多个应用:我的应用xxx启动不起来,页面报错404;

May 29, 2015 5:58:37 PM org.apache.catalina.core.StandardContext start

SEVERE: Context [/report-main] startup failed due to previous errors

在web.xml中加入一个webRootKey参数,重启解决问题。

webRootKey,不能重复。

<context-param>
<param-name>webAppRootKey</param-name>
<param-value>xxx</param-value>
</context-param>

最新文章

  1. Git命令之上传与同步
  2. hive脚本出现Error: java.lang.RuntimeException: Error in configuring object和Caused by: java.lang.IndexOutOfBoundsException: Index: 9, Size: 9
  3. android几个实用的判定代码
  4. 轻松学习Linux之认识内存管理机制
  5. 例说 AD中ROOM的使用
  6. js库开发--参数传递及方法修改
  7. asp.net2.0安全性(3)--验证与授权--转载来自车老师
  8. ICMP(网际控制报文协议)
  9. JSON Web Token - 在Web应用间安全地传递信息
  10. 06 Jquery 基础
  11. 007_Python中的__init__,__call__,__new__
  12. https://www.cnblogs.com/wuyepiaoxue/p/5661194.html
  13. Halcon算子学习
  14. hangfire enqueued but not processing(hangfire 定时任务入队列但不执行)
  15. Codeforces 1088E Ehab and a component choosing problem
  16. hihocoder234周 计算不包含黑点的矩形个数
  17. log4j.properties配置详解与实例
  18. Exp3 免杀原理与实践 20164323段钊阳
  19. Windows 10 自带那么多图标,去哪里找呢?
  20. SDUT 3361 数据结构实验之图论四:迷宫探索

热门文章

  1. javascript 数据类型判断总结
  2. coder初入职场必备:Eclipse+Tomcat8+MAVEN+SVN 工作环境搭建
  3. day54 Pyhton 前端JS05
  4. MATLAB利用solve函数解多元一次方程组
  5. phpstorm 使用xdebug
  6. 【应用程序见解 Application Insights】使用Azure Monitor Application Insights Agent获取Azure VM中监控数据及IIS请求指标等信息
  7. Linux命令提示符
  8. Anderson《空气动力学基础》5th读书笔记 第1记——流动相似性
  9. Jquery中$(&quot;&quot;).事件()和$(&quot;&quot;).on(&quot;事件&quot;,&quot;指定的元素&quot;,function(){});的区别(jQuery动态绑定事件)
  10. airtest操作夜神模拟器adb冲突解决办法