2.2.2 Deploying Oracle Banking Application from WebLogic Remote Console

To deploy Oracle Banking Application from WebLogic Remote Console, follow the following steps:
  1. Start the WebLogic Remote Console and login to WebLogic application server console.
  2. 2. In the Edit Tree, go to Deployments, then App Deployments, select New.
  3. Specify a name for the application. For ex: FCJNeoWeb.
  4. Select the servers and clusters to which you want to deploy the application.
  5. Make the archive file or exploded directory known to the Administration Server.
    1. If the application is on your file system and you need to upload it to the Administration Server, enable the Upload option. Then, beside Source, click Choose File to browse to the application’s location on your system.
    2. If the application is already in the file system of the Administration Server, disable the Upload option. Then, in the Source Path field, enter the file path to the application.
  6. To deploy Application WAR ‘FCJNeoWeb.war’, specify the file path to the application.
  7. Click Create.

    User's new application appears under the App Deployment node. User can make additional changes to the application on this page.

  8. Similarly, to deploy all the WAR files follow the same steps as above.
  9. Start an application to make it available to WebLogic Server clients.
    1. In the Monitoring Tree, go to Deployments, then Application Management
    2. Select the application to start.
    3. Click Start and select.

      - Servicing all requests: to make the application immediately available to all clients.

    4. Import Note: Start services in following order (applicable for Restart of services also)
      1. First set (can be started in parallel)
        1. ODT Application (FCJNeoWeb, SMWeb)
        2. plato-config
        3. plato-discovery
        4. plato-api-gateway
      2. Wait till above services are up and running , then start all other remaining services (can be started in parallel).
      3. Start API-Gateway Router, refer section API Gateway Router Deployment.

        Figure 2-3 Summary of Deployments