JBPM Web Designer - Installation and Use

Has anyone installed and running the new jBPM 4.3 web designer? I am trying, but http: // localhost: 8080 / jbpmeditor / , http: // localhost: 8080 / jbpm / editor / ; http: // localhost: 8080 / p / explorer all return the wrong URL

I ran ant install.signavio.into.tomcat. I am on tomcat 6.0, jBPM4.3, MySQL 5.1. I can enter the jbpm console.

+3
source share
2 answers

If you plan to use the standalone jbpm-designer application (current version 2.4.0), the URL of the application instance:

http://localhost:8080/designer/editor?profile=jbpm

, guvnor ( Maven Central) :

http://localhost:8080/drools-guvnor
0

Source: https://habr.com/ru/post/1742013/


All Articles