9.4. Creating a Container
Once your Intelligent Process Server is registered, you can start adding containers to it. Containers are self-contained environments that have been provisioned to hold instances of your packaged and deployed rule instances. To create a container, follow these steps:
- Log into Business Central.
- Click Deploy → Rule Deployment.
- In the SERVER TEMPLATES section on the left, select your server.
- Click Add Container to see the New Container wizard.
- Add a name of your container under Name.
Click Search and select a built project you wish to deploy into the container.
Alternatively, enter
Group Name,Artifact IdandVersionmanually.WarningWhen you enter the container version number, do not use the
LATESTorRELEASEkeywords. This feature has been deprecated and can cause deployment issues.Click Next to configure Runtime strategy, Kie Base and Kie Session for your container.
Alternatively, click Finish to skip configuration of Runtime strategy, Kie Base and Kie Session for your container.
- Click Finish.
After you successfully create your container, click Start.
Figure 9.1. Container in Started Mode

To verify the container is up and running, send a [GET] request to the endpoint.
Example 9.1. Server Response
<response type="SUCCESS" msg="Info for container myContainer">
<kie-container container-id="myContainer" status="STARTED">
<messages>
<content>
Container myContainer successfully created with module org.jbpm:CustomersRelationship:1.0.
</content>
<severity>INFO</severity>
<timestamp>2016-03-02T11:43:40.806+01:00</timestamp>
</messages>
<release-id>
<artifact-id>CustomersRelationship</artifact-id>
<group-id>org.jbpm</group-id>
<version>1.0</version>
</release-id>
<resolved-release-id>
<artifact-id>CustomersRelationship</artifact-id>
<group-id>org.jbpm</group-id>
<version>1.0</version>
</resolved-release-id>
<scanner status="DISPOSED"/>
</kie-container>
</response>
Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.