daksh
daksh

Reputation: 43

Configuring mysql in camunda wildfly

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

Answers (1)

Sebastian Menski
Sebastian Menski

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

Related Questions