JBPM usage Summary: (1) the JBPM installation process is as follows:

Source: Internet
Author: User
Tags jbpm

The process for installing JBPM is as follows.

 

Download necessary applications.

JBPM 4-4:

Java SDK 6

Apache-tomcat 6

Apache-ant

For Mysql 5.5

 

• Install Mysql 5.5:

: Http://dev.mysql.com/downloads/mirror.php? Id = 402601 (windows 64-bit)

Or http://dev.mysql.com/downloads/mirror.php? Id = 402599 (windows 32-bit)

 

Note: Click» No thanks, just take me to the downloads! No need to register

 

Download and install, and press Enter.

 

* Installation of java sdk 6:

: Http://download.oracle.com/otn-pub/java/jdk/6u25-b06/jdk-6u25-windows-i586.exe (window 32bit)

Or http://download.oracle.com/otn-pub/java/jdk/6u25-b06/jdk-6u25-windows-x64.exe (window 64bit)

Download and install, and press Enter.

 

• Apache-ant installation:

: Apache-ant-1.8.2, address: http://labs.renren.com/apache-mirror//ant/binaries/apache-ant-1.8.2-bin.zip (window)

Or http://labs.renren.com/apache-mirror//ant/binaries/apache-ant-1.8.2-bin.tar.gz (Linux)

 

Set JAVA_HOME and ANT_HOME to system environment variables.

Add $ {ANT_HOME}/bin (Unix) or % ANT_HOME %/bin (Windows) to the Path)

 

• Apache-tomcat6 installation:

: Http://mirror.bjtu.edu.cn/apache/tomcat/tomcat-6/v6.0.32/bin/apache-tomcat-6.0.32-windows-x64.zip (window 64bit)

Or http://mirror.bjtu.edu.cn/apache/tomcat/tomcat-6/v6.0.32/bin/apache-tomcat-6.0.32-windows-x86.zip (window 32bit)

Decompress the folder and find the service. bat file under the bin directory. Enter service install in command line (cmd;

 

* JBPM 4-4 installation.

Download JBPM 4-4 at http://sourceforge.net/projects/jbpm/files/jBPM%204/jbpm-4.4/

 

After decompression:

1. Modify the build. xml file in the install Folder.

A. Change the hsqldb of <property name = "database" value = "hsqldb"/> to mysql.

2. Add mysql scheme

Connect to Mysql and run:

Insert into mysql. user (host, user, password, ssl_cipher, x509_issuer, x509_subject) values ("localhost", "jbpm", password ("jbpm "),"","", "");

Create database jbpmdb;

Flush privileges;

Grant all privileges on jbpmdb. * to jbpm @ localhost identified by "jbpm ";

 

3. Modify the error "install \ src \ db \ jbpm. mysql. create. SQL. ,

Replace type = engine =

 

4. Run the command in the install Folder: (create jbpm in Mysql)

Ant create. jbpm. schema

5. Modify the Tomcat path:

Tomcat. home path, set to tomcat's decompression path.

 

6. Run the following command to install jbpm on tomcat:

Ant install. jbpm. into. tomcat

Ant load. example. identities

 

7. Run tomcat

Ant start. tomcat

 

 

You can access the jbpm Web Console through http: // localhost: 8080/jbpm-Console

Access signavio and open http: // localhost: 8080/jbpmeditor/P/explorer. You can design a visual process.

 

 

For more information, see:

Http://blog.sina.com.cn/s/blog_4863d28a0100ky8r.html

Http://blog.csdn.net/shirdrn/archive/2011/02/19/6194772.aspx

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.