JBPM 的那些事

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

2017-08-26  本文已影响0人  bertontin

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的数据库了

上一篇 下一篇

猜你喜欢

热点阅读