Reputation: 43
I have run the table scripts in mysql and done all steps according to the following link
https://groups.google.com/forum/#!topic/camunda-bpm-users/O8dpppcvwt8
But this link has apache set up so the files where I have to edit the dependencies are not present in wildfly. Also where to set up the jdbc url and connections?
Softwares I have
Upvotes: 1
Views: 1023
Reputation: 709
You have to create a mysql wildfly module and add the driver to the server configuration as described in this tutorial. You than have to adjust the configuration of the process engine data source like described in the installation guide.
Upvotes: 1