InterviewSolution
| 1. |
What Is Sync In Websphere Application Server? |
|
Answer» WebSphere application server stores all the CONFIGURATION data in ONE central location KNOWS as ‘Master repository’. And every node/server will have the local configuration repository. The sycn process MAKE sure that the configuration in both local and master repositories are same and in-sync. The sync is a one dimentional process MEANS, it will sync the configurations only from Master repository ==> local repository. WebSphere application server stores all the configuration data in one central location knows as ‘Master repository’. And every node/server will have the local configuration repository. The sycn process make sure that the configuration in both local and master repositories are same and in-sync. The sync is a one dimentional process means, it will sync the configurations only from Master repository ==> local repository. |
|