...
- Right-click the Project Explorer and click New > Project.
- From the window that opens, click Composite Application Project.
Give a name to the Composite Application project and select the projects that you need to group into your C-App from the list of available projects. You need to select the ESB project, which contains the proxy service and security policy file respectively.
- Next, deploy the CAR file in the ESB server.
Note | ||||
---|---|---|---|---|
| If you are in the process of redeploying a CApp in a Windows environment, and if the CApp includes an inbound endpoint, note that the system will (by default) wait for 10 seconds at most until the required port is available
| |||
A listening inbound endpoint opens the port for itself during deployment. Therefore, if you are redeploying a listening inbound endpoint artifact, the redeployment will not be successful until the port that was previously opened for the inbound endpoint is closed. By default, the system will wait for 10 seconds for the previously opened port to close down. If you want to increase this waiting time beyond 10 seconds, be sure to activate add the following system property in the product startup script (
Note that this setting may be required in Windows environments as the process of closing a port can sometimes take longer than 10 seconds. |