Acronym | Meaning | Description |
PS | Primary Server | Tomcat hosting CJCMA |
SS | Secondary Server | Tomcat hosting CJNMA |
TS | Tertiary Server | Tomcat hosting the user’s .war |
CJCMA | clusterj-cluster-manager-api.war | .war with the endpoints for cluster management and machine management |
CJNMA | clusterj-node-manager-api.war | .war with the endpoints for node management |
SDB | Setup database | ClusterJ database to store user data, organizations data, cluster data, machines data. All stored procedures for setup handling are in this database too |
UDB | User database | database to handle user transactions |
CJST | ClusterJ Session Token | Some cluster operations must be authorized. A session token is necessary for user authorization. The session token is generated by session operations. |