I have downloaded the kie workbench and extracted kie-drools-wb-distribution-wars-6.2.0.Final-tomcat7.war
. I\'ve never used tomcat before, but I wanted to use t
After your .war file gets exploded by tomcat you wil need to cd into /kie-drools-wb-distribution-wars-6.2.0.Final-tomcat7 directory. There is a README.txt file in there which provides further installation notes:
Install bitronix transaction manager into your tomcat
Create configuration files inside TOMCAT_HOME/conf
Define system properties for btm.root, bitronix config file, JBoss logging provider and others.
Configure JEE security for kie-wb on tomcat (with default realm backed by tomcat-users.xml)
(list elements were copy pasted from README.txt) Follow the instructions in there and it should work. I think the error you are getting is related with step 1 and bitronix transaction manager.
hope that helps
I did a quick fix that solved this:
I did also the following which might be needed: