If you create a component (sequence, endpoint, etc.) of the ESB externally, you can save it as a Carbon application (C-App) CAR file into and add it to a running Carbon instance using the management console.
...
7. The CAR files you deploy this way are dropped to the <PRODUCT_HOME>/repository/carbonapps/{tenant-ID} folder.
Info | ||
---|---|---|
| ||
As an alternative to uploading the C-App using the management console, you can copy the CAR archive into <PRODUCT_HOME>/repository/carbonapps/{tenant-ID} manually and it will be deployed. {tenant-ID} is the ID of the tenant, which is 0 in a single-tenanted environment. 0 is the super tenant ID. Manual deployment in a multi-tenanted environment is not recommended if you are unaware of the tenant ID. |
8. If successfully deployed, the C-App should be listed on the "Applications List" window.
Info | title | Note
---|
If the Carbon application does not have artifacts which are applicable to the particular product you are using, nothing will be listed on this window. |
...