Drools Guvnor on Glassfish error

后端 未结 2 1228
没有蜡笔的小新
没有蜡笔的小新 2021-01-23 14:57

I\'m trying to deploy Guvnor (guvnor-5.5.0.Final-tomcat-6.0) to a fresh glassfish server ( 3.1.2.2 build 5) and am getting the error below. I did try the other WARs without any

相关标签:
2条回答
  • 2021-01-23 15:33

    Take the guvnor-5.5.0.Final-jboss-as-7.0.war binary war file

    • add dom4j-1.6.1.jar

    • remove javassit*.jars

    • add resteasy-jaxb-provider-2.2.3.GA.jar

    • add resteasy-jaxrs-2.2.3.GA.jar

    Add the a glassfish-web.xml file to WEB-INF https://github.com/snowch/glassfish-guvnor/blob/master/src/main/webapp/WEB-INF/glassfish-web.xml

    Replace WEB-INF/web.xml with this https://github.com/snowch/glassfish-guvnor/blob/master/src/main/webapp/WEB-INF/web.xml

    Repackage the binary war file and deploy to glassfish

    0 讨论(0)
  • 2021-01-23 15:35

    Add the jasper-xxx.jar to your lib. It should work. If you deploy in tomcat, it should be in catalina.jar.

    Unfortunately JBOSS 7 doesn't use tomcat instead it uses JBossWeb. That's why you have this problem.

    0 讨论(0)
提交回复
热议问题