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
相關文章
相關標籤/搜索