This is a preconfigured jboss 4.0.2 installation that contains jBPM.
這是一個包含jBPM的預先配置好的jboss4.0.2的安裝文件
Deployed components
配置組件:
The jBPM service archive: The deploy directory contains a service archive that creates a JbpmSessionFactory at startup of the server and puts it in JNDI. To make use of this JbpmSessionFactory, you have to specify the property jbpm.session.factory.jndi.name=java:/jbpm/JbpmSessionFactory in your jBPM configuration (e.g. in the jbpm.properties in your WEB-INF/classes in your web application).
這個jBPM 服務存檔:這個部署目錄包含一個服務歸檔,它創建一個JbpmSessionFactory 在服務器啟動并且把它丟到JNDI中。為了使用這個JbpmSessionFactory,你不得不使用指定這個屬性 jbpm.session.factory.jndi.name-=java:/jbpm/JbpmSessionFactory 在你的jBPM注冊文件(例如在jbpm.properties 在你的web程序中的 WEB-INF/classes 里)
The jBPM database: The server includes a hypersonic database that is preconfigured. with the jBPM database tables. Also an example process is already present in the database. The database can be accessed via a TCP connection to port 1701 with the hsqldb driver.
jBPM數據庫:這個服務器包含一個原先配置好的hypersonic 數據庫。使用這個jBPM數據庫表。也可以使用已經數據庫中設置好的.這個數據庫可以通過 tcp連接1701端口使用這個hsqldb驅動器。
The jBPM web console application: The jBPM web console application is a simple webapplication that allows access to the jBPM database. Currently the functionality of the webapplication is still limited, but a lot of focus is going to go to the webapplication in the near future for making it easier to manage, maintain and monitor your business processes.
Other customizations
jBPM web控制臺程序:這個jBPM web控制臺程序是一個簡單的web程序,它允許訪問jBPM數據庫。當前這個web程序的功能仍然是受限制的,但是很多焦點, 在不久的未來打算使它更容易管理、維護和監控你的商業流程。
For reducing download the minimal, default and all server configurations have been removed. Only the jbpm configuration is available. (start with run.bat -c jbpm).
For improving startup time, some of the default services have been removed.