在 camunda wildfly 中配置 mysql

Configuring mysql in camunda wildfly

我在 mysql 中有 运行 table 脚本,并根据以下 link

完成所有步骤

https://groups.google.com/forum/#!topic/camunda-bpm-users/O8dpppcvwt8

但是这个 link 设置了 apache 所以我必须编辑依赖项的文件在 wildfly[=27= 中不存在].另外在哪里设置 jdbc url 和连接?

我有的软件

  • mysql-5.6.24-winx64
  • wildfly-8.2.1.Final
  • camunda-bpm-wildfly-7.4.0

您必须创建一个 mysql wildfly 模块并将驱动程序添加到服务器配置中,如 tutorial. You than have to adjust the configuration of the process engine data source like described in the installation guide 中所述。