jbpm和tomcat jar文件之间冲突
似乎遇到这个异常很多次,have different Class objects for the type javax/el/ExpressionFactory used in the signature com.bste。。。
删除三个有冲突的jar(juel-api-2.2.4.jar,juel-engine-2.1.0.jar,juel-impl-2.1.0.jar),解决冲突,可以正常访问页面了
似乎遇到这个异常很多次,have different Class objects for the type javax/el/ExpressionFactory used in the signature com.bste。。。
删除三个有冲突的jar(juel-api-2.2.4.jar,juel-engine-2.1.0.jar,juel-impl-2.1.0.jar),解决冲突,可以正常访问页面了