...
Follow the steps below to deploy the registry artifacts.
- See the instructions on packaging the registry resource in a composite applicaition project (C-App project).:
- Open the Getting Started view and click Miscellaneous → Create New Composite Application .
- In the New Composite Application Project dialog that opens, select the registry project and click Finish.
- In the Composite Application Project POM Editor that opens, under Dependencies, note the information for each of the projects you selected earlier.
- Open the Getting Started view and click Miscellaneous → Create New Composite Application .
- To create the CAR file, do one of the following:
- Right-click the C-App project and select Export Composite Application Project from the pop-up menu. Alternatively, open the
pom.xml
file in the Composite Application Project POM Editor and click the button for creating an archive in the upper-right corner. - Specify a location to save the CAR file.
You have now exported all your project's artifacts into a single CAR file.
- Right-click the C-App project and select Export Composite Application Project from the pop-up menu. Alternatively, open the
- See the instructions on deploying a CAR file in the Business Process server of WSO2 EI.
- Open the management console of the Business Process profile.
- Go to Main → Carbon Applications → Add and select the CAR file that you exported in the previous step.
...