1.4 User Interface

Follow the below steps to migrate from existing app-shell build to Foundation app-shell. With Foundation app-shell, UI war is split into individual component server war files. All the component server war files should be deployed in the same managed server.

For Common Core components server refer the war files mentioned below:
  • app-shell-xxx.war
  • cmc-component-server-xxx.war
  • moc-component-server-xxx.war
  • sms-component-server-xxx.war
For Domain Specific component server refer war file mentioned below:
  • obcr-component-server-xxx.war
Exact xxx version can be found in OSDC zip. For information on deployment, see section Execute Installer Script of Oracle Banking Microservices Architecture Installer Guide. Further to steps mentioned in that section, download applications (domain) related war files and copy the OSDC UI folder to below locations:
  • app-shell-xxx.war to this location: /scratch/obma_installer/deployables/apps/app-shell.
  • cmc-component-server-xxx.war to this location: /scratch/obma_installer/deployables/apps/cmc.
  • moc-component-server-xxx.war to this location: /scratch/obma_installer/deployables/apps/moc
  • sms-component-server-xxx.war to this location: /scratch/obma_installer/deployables/apps/sms.
  • obcr-component-server-xxx.war to this location: /scratch/obma_installer/deployables/apps/obcr_ui.