Has anyone got the new jBPM 4.3 web designer installed and working? I am trying to but http://localhost:8080/jbpmeditor/, http://localhost:8080/jbpm/editor/; http://localhost开发者_如何学编程:8080/p/explorer all return invalid URL
I have run ant install.signavio.into.tomcat. I am on tomcat 6.0, jBPM4.3, MySQL 5.1. I am able to login to the jbpm-console.
http://localhost:8080/jbpmeditor/p/explorer
If you plan to use the standalone jbpm-designer application (current version is 2.4.0), the URL of the application instance is:
http://localhost:8080/designer/editor?profile=jbpm
Looks like guvnor is a mandatory dependency (it is available from Maven Central) and needs to be deployed in the same Application Server at:
http://localhost:8080/drools-guvnor
精彩评论