Flowable UIs

compared with
Version 8 by Jordy CABANNES
on Oct 19, 2017 17:16.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (1)

View Page History
#* datasource.driver, datasource.url, datasource.username, datasource.password: assign the values that you gave to these properties in "flowable-ui-app.properties" file.

NB: If you use a h2 database, you have to change Flowable UI web applications h2 jar file.
# Get the convenient jar file at: [https://search.maven.org/remotecontent?filepath=com/h2database/h2/1.4.178/h2-1.4.178.jar].
# Go inside "/var/lib/tomcatX/webapps/flowable-admin/WEB-INF/lib" and delete h2-1.3.176.jar file.
# Copy the downloaded h2 jar file in this directory.
# Go inside "/var/lib/tomcatX/webapps/flowable-idm/WEB-INF/lib" and delete h2-1.3.176.jar file.
# Copy the downloaded h2 jar file in this directory.

h4. Access to Flowable UI