Version 3

    Installing Drools Guvnor 5.0 (trunk version, after revision 30188)) in Tomcat 6.x and JBoss AS 5

     

    1. Both Tomcat 6.x and JBoss AS 5 have their own EL libraries. Remove   EL libraries from Drools Guvnor WAR file:

     

    -------------------

    rm el-*

    -------------------

     

    2. To install Drools Guvnor in JBOSS AS 5, you also need to remove JAXP libraries from Drools Guvnor WAR file:

     

    --------------------

    rm xercesImpl-2.8.0.jar

    rm xml-apis-2.*

    -------------------

     

     

    NOTE: This has been tested against jboss-5.1.0.GA and tomcat-6.0.20