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