Most of the User Guide and topics pertain to installing the UIs & engine in a TOMCAT server.
Is there any guidance on installing the wars in a. JBoss EAP 7.0.5.GA?
I am unable to find an DB2Driver when launching the wars after changing the flowable-ui-app.properties to be picked up by the JBoss server and the admin-war.
The Flow Engine itself is able to connect to the DB2 Database using the correct driver.
The properties has below entry:
datasource.driver=com.ibm.db2.jcc.DB2Driver
I have added the DB2Driver as a module and the datasource in the standalone.xml
com.ibm.db2.jcc.DB2DriverI am getting the below error on startup:
14:51:52,164 INFO [stdout] (C3P0PooledConnectionPoolManager[identityToken->2t50x29s1qnvx03oxpny3|2bab0ef7]-HelperThread-#0) 02:51:52,161 [C3P0PooledConnectionPoolManager[identityToken->2t50x29s1qnvx03oxpny3|2bab0ef7]-HelperThread-#0] WARN com.mchange.v2.c3p0.DriverManagerDataSource - Could not load driverClass com.ibm.db2.jcc.DB2Driver
14:51:52,165 INFO [stdout] (C3P0PooledConnectionPoolManager[identityToken->2t50x29s1qnvx03oxpny3|2bab0ef7]-HelperThread-#0) java.lang.ClassNotFoundException: com.ibm.db2.jcc.DB2Driver from [Module “deployment.flowable-admin.war:main” from Service Module Loader]