美文网首页JBPM 的那些事
JBPM 社群版 7.10 - H2 数据库 增加 远程连接及w

JBPM 社群版 7.10 - H2 数据库 增加 远程连接及w

作者: bertontin | 来源:发表于2017-08-26 11:04 被阅读0次

1.修改build.xml参数

在 build.xml 中寻找  <target name="start.h2" depends="start.h2.check" if="start.h2.db">

修改如下:

2.重新启动 jbpm

$ant stop.demo

$ant start.demo.nocelipse

3.检查是否正常绑定到port

$sudo netstat -tulpn | grep LISTEN

如果显示的是 127.0.0.1:8082 或其他 ,代表build.xml 参数没设定对

4.开启浏览器

开启浏览器,打开http://<jbpm安装的ip>:8082,显示如图,JDBC URL如果不是”jdbc:h2:tcp://localhost/~/jbpm-db“请改为一样。

点击connect即可连接到jbpm的数据库了

相关文章

网友评论

    本文标题:JBPM 社群版 7.10 - H2 数据库 增加 远程连接及w

    本文链接:https://www.haomeiwen.com/subject/dmemdxtx.html