Deploying WAR Files to JBoss
Deploy WAR Files to JBoss - Console
After you configure all properties files in WAR files, you must deploy these WARs through the app server.
Important: The following configuration is same for all app servers, except the deployment paths for app servers.
To deploy configured console .WAR files to JBoss, follow these steps:
- Copy the updated .warfiles such asaccounts.war,mbaasportal.war, and`workspace.war`.
- 
Paste the files in the following location: - For JBoss single node, <JBoss-DIR>\standalone\deployments.
- 
For JBoss multinode, <JBoss-DIR>\<new_Folder- for example deployedWar folder>Important: For JBoss multinode, place the mysql-connector-java-8.0.12.jarfile in the same location. This also applies toaccounts.war, authService.war, ROOT.war, andworkspace.war.
 
- For JBoss single node, 
- 
Configure your app server (JBoss) as a service.