zoukankan      html  css  js  c++  java
  • Dispatcher initialization failed

    严重: Dispatcher initialization failed java.lang.RuntimeException: java.lang.reflect.InvocationTargetException 处理方法: 1、核对lib包 commons-fileupload-1.2.1.jar, commons-io-1.3.2.jar commons-logging-1.0.4.jar freemarker-2.3.16.jar ognl-3.0.jar struts2-core-2.2.1.jar xwork-core-2.2.1.jar 注意2.1以前是没有commons-fileupload-1.2.1.jar, 2、如果struts2版本是2.1以前 web.xml配置过滤器的时候应该是这样: index struts2 org.apache.struts2.dispatcher.FilterDispatcher struts2 /* 如果struts2 版本是2.1以上 web.xml配置 index.jsp struts2 org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter struts2 /* 3、 在使用struts-2.2.1时,需要引入javassist-3.7.ga.jar,而这个在struts-2.2.1\lib下是没有的,需要在struts-2.2.1\apps\struts2-blank-2.2.1.war下的lib中找。
  • 相关阅读:
    Linux filesystem
    centos 下 gradle 编译打包 apk
    python SSL 错误
    nginx 缓存配置
    nginx 反向代理配置
    redhat 网卡绑定
    磁盘阵列
    Centos 安装Django2.1
    python pyquery 基本用法
    python 爬虫之-- 正则表达式
  • 原文地址:https://www.cnblogs.com/mingforyou/p/2378528.html
Copyright © 2011-2022 走看看