jbpm6.5 环境搭建继(一 二 )总结

jdk 安装

oracle 官网 去下载 jdk

ant 安装

http://ant.apache.org/html

h2 数据库安装

http://www.h2database.com/html/main.htmljava

环境变量配置

java 环境变量配置

    ant 环境变量配置 
     ps: 
         我本地是写死的路径,我怀疑 确定是能够像jdk同样的配置home,之后在尝试查找上次失败缘由

jbpm6.5 安装

cmd 路径切换到 jbpm 解压目录

    ant  install.demo

    ant start.demo
    
    ps: ant start.jboss    ant start.h2     ant start.demo.noeclipse  具体能够查看build.xml 文件 
    路径在jbpm解压目录下面 


能够运行以后  ,要想使用 到 高级的图表

点击
输入图片说明 点击按钮 会提示 404 页面错误git

这是须要 安装 dashboard 组件web

官网中 Finally, if you also want to use the DashBuilder for reporting (which is implemented as a separate war), you can now also install this:数据库

ant install.dashboard.into.jbossapache

Once everything is started, you can start playing with the Eclipse and web tooling, as explained in the following sections.oracle

使用命令app

ant install.dashboard.into.jboss

再次 启动 ant start.demo 点击 输入图片说明 效果 如图 :eclipse

输入图片说明

ant stop.demo    

反安装:ant clean.demo

注意事项

常常查看Wildfly的启动日志,根据关键词排错;

频繁地ant start.. 和  ant stop...,有时候wildfly进程未能正常结束。

(好比H2进程一直在,再次启动就会报错)

  因此有必要常常查看wildfly进程,

  以及系统   端口号的占用状况、

  方法  : netstat -ano  通常 jbpm 中 端口 为    8080  8082 9092  9990  根据状况 杀掉没有必要的进程 

  F:\jbpm-6.5.0.Final-installer-full\jbpm-installer\wildfly-10.0.0.Final\standalone\deployments下的部署状况;

  路径根据本身的jbpm环境配置 更改

引用官网

** 一些经常使用命令**ui

clean.db	cleans up database used by jBPM demo (applies only to H2 database)
clean.demo	cleans up entire installation so new installation can be performed
clean.demo.noeclipse	same as clean.demo but does not remove Eclipse
clean.eclipse	removes Eclipse and its workspace
clean.generated.ddl	removes DDL scripts generated if any
clean.jboss	removes application server with all its deployments
clean.jboss.repository	removes repository content for demo setup (guvnor Maven repo, niogit, etc)
download.dashboard	downloads jBPM dashboard component (BAM)
download.db.driver	downloads DB driver configured in build.properties
download.ddl.dependencies	downloads all dependencies required to run DDL script generation tool
download.droolsjbpm.eclipse	downloads Drools and jBPM Eclipse plugin
download.eclipse	downloads Eclipse distribution
download.jboss	downloads JBoss Application Server
download.jBPM.bin	downloads jBPM binary distribution (jBPM libs and its dependencies)
download.jBPM.console	downloads jBPM console for JBoss AS
install.dashboard.into.jboss	installs jBPM dashboard into JBoss AS
install.db.files	installs DB driver as JBoss module
install.demo	installs complete demo environment
install.demo.eclipse	installs Eclipse with all jBPM plugins, no server installation
install.demo.noeclipse	similar to install.demo but skips Eclipse installation
install.dependencies	installs custom libraries (such as work item handlers, etc) into the jBPM console
install.droolsjbpm-eclipse.into.eclipse	installs droolsjbpm Eclipse plugin into Eclipse
install.eclipse	install Eclipse IDE
install.jboss	installs JBoss AS
install.jBPM-console.into.jboss	installs jBPM console application into JBoss AS
相关文章
相关标签/搜索