!--a11y-->
Deployment of a New Application 
If a new application is to be written to the database, the central components of the cluster must work together, as shown in the graphic:
1. The configuration manager requests a lock from the Locking Manager (see Architecture of the Locking Adapter Service). The Locking Manager in turn requests the lock from the enqueue service. The relevant area in the database is locked.
2. The configuration manager writes the application data to the database.
3. The configuration manager triggers the Cluster Manager of its server process to publish the new application in the cluster. To do this the Cluster Manager passes the message to the message service, which forwards the message to all the server processes in the cluster (broadcast).
4. The other server processes load the application from the database. The application can then be run in the entire cluster.
The graphic below shows the components involved and the communication between them.

..
...
See also:
Connecting the SAP J2EE Engine to DBs
