Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Right-click the Project Explorer and click New > Project.
  2. From the window that opens, click Composite Application Project.
  3. 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.

  4. Next, deploy the CAR file in the ESB server.

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
Note
titleRedeploying artifacts in a Windows environment?
Redeployment of listening inbound endpoints fail?

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 (integrator.sh for Linux/MacOS/CentOs and integrator.bat for Windows), which is stored in the <EI_HOME>/bin/ directory and restart the server before redeploying the artifacts.

Code Block
-Dsynapse.transport.portCloseVerifyTimeout=20

Note that this setting may be required in Windows environments as the process of closing a port can sometimes take longer than 10 seconds.