5.2. Configuring the Process Designer
The process designer is a separate application that has been tightly integrated with the JBoss BRMS user interface and repository, and any configuration changes that are made to JBoss BRMS must also be applied to the process designer. The process designer is configured with the
jbpm.xml
file, which is located in the jboss-as/server/production/deploy/designer.war/profiles/
directory.
The configuration attributes include:
- protocol: the protocol to use (http/https)
- host: localhost:8080
- subdomain: jboss-brms/org.drools.guvnor.Guvnor/oryxeditor
- usr: admin (default, must be a valid JBoss BRMS user)
- pwd: admin (default, must correspond to a valid JBoss BRMS user password)
Note
If the host and port are changed, the information also needs to be updated in
production/deploy/jboss-brms.war/WEB-INF/classes/preferences.properties
.