BackPrevious Topic  Next TopicNext

Clustering Logi Report Server with Oracle WebLogic Server 12c (12.1.3)

This topic describes how to configure a WebLogic 12c cluster and then integrate Logi Report Server in the cluster.

The cluster contains an admin server named adminNew (port 7001), a proxy server named proxy, and two managed servers named manage1 and manage2. Each clustered computer should have a unique IP address or host name.

The procedure contains the following major steps:

Step 1: Install Oracle WebLogic Server 12c (12.1.3)

  1. As an administrator, run the installation file fmw_12.1.3.0.0_wls.jar downloaded from Oracle website to start the Oracle Fusion Middleware 12c WebLogic Server and Coherence Installation wizard. Select Next.

    Oracle WebLogic Server Installation Wizard

  2. In the Installation Location screen, set the Oracle Home as C:\Oracle12c\Middleware\Oracle_Home. Select Next.

    Installation Location screen

  3. In the Installation Type screen, choose Coherence.

    Installation Type screen

  4. Keep selecting Next till the Installation Complete screen, then select Finish to finish the installation.

    Installation Complete screen

Back to top

Step 2: Configure an Oracle WebLogic Cluster

  1. Start the Configuration Wizard. On Windows you can start it by selecting Start > Oracle > OracleHome > WebLogic Server 12c (12.1.3) > Tools > Configuration Wizard.
  2. In the Create Domain page, select Create a new domain and then select Next.

    Create Domain page

  3. In the Templates page, select Create Domain Using Product Templates and choose WebLogic Coherence Cluster Extension - 12.1.3.0 [wlserver] from the available templates list, and then select Next.

    Templates page

  4. In the Administrator Account page, type the name and password, and then select Next.

    Administrator Account page

  5. In the Domain Mode and JDK page, choose Production for Domain Mode and Oracle HotSpot 1.7.0_10 C:\Java\JDK17~1.0_1 for JDK. Select Next.

    Domain Mode and JDK page

  6. In the Advanced Configuration page, keep the three advanced configuration options selected, then select Next.

    Advanced Configuration page

  7. In the Administration Server page, type the IP address of your machine in the Listen Address field. Change or accept the default settings for Server Name and Listen Port. Select Next.

    Administration Server page

  8. In the Node Manager page, choose Per Domain Default Location for Node Manager Type. Select Next.

    Node Manager page

  9. In the Managed Servers page, select Add to add two managed servers and a proxy server.

    Managed Servers page

    Critical icon Keep in mind that each server instance in your cluster, including the admin server, proxy server, and all managed servers, must have a unique Listen Address and Listen Port. If your managed server has the same Listen Address as the admin server, change the default values shown for the listen ports in this page, and type the same Listen Address as you assigned to the Admin Server. After assigning a unique Listen Address and Listen Port combination, select the Add button to create another managed server.

  10. In the Clusters page, add a cluster named Cluster_28. Select Next.

    Clusters page

  11. In the Assign Servers to Clusters page, highlight the managed servers and the proxy server in the left column, and then use the right arrow button to assign the servers to the cluster listed in the right column. Select Next.

    Assign Servers to Clusters page

  12. In the Coherence Clusters page, set the Cluster Name as defaultCoherenceCluster and Unicast Listen Port as 0, and then select Next.

    Coherence Clusters page

  13. In the Machines page, add two machines:

    Machines page

  14. Assign servers to machines. Assign the admin server, server manage1 and the proxy server to the machine Machine_zjh. Assign server manage2 to the machine Machine_zwm.

    Assign Servers

  15. Review your configuration specifications and configure the domain, then select Create.

    Configure Domain

  16. Start the servers on machine Machine_zjh:

    Start the admin server on the admin server:

    C:\Oracle12c\Middleware\Oracle_Home\user_projects\domains\base_domain\bin\startWebLogic.cmd.

    Start the node manager:

    C:\Oracle12c\Middleware\Oracle_Home\user_projects\domains\base_domain\bin\startNodeManager.cmd.

    Start and sign in to the proxy server on the proxy server:

    C:\Oracle12c\Middleware\Oracle_Home\user_projects\domains\base_domain\bin\startManagedWebLogic.cmd proxy http://127.0.0.114:7001.

    Start and sign in to the manage1 server on manage1 server:

    C:\Oracle12c\Middleware\Oracle_Home\user_projects\domains\base_domain\bin\startManagedWebLogic.cmd manage1 http://127.0.0.114:7001.

  17. Configure another managed server. Repeat step 1 to 8 for manage2.

  18. Skip the Managed Servers page, the Clusters page, and the Assign Servers to Clusters page. In the Coherence Clusters page, set the Cluster Name as defaultCoherenceCluster and Unicast Listen Port as 0, and then select Next.

    Coherence Clusters page

  19. Skip the Machines page. In the Configuration Summary page, select Create.

    Configuration Summary page

  20. Start the servers on machine Machine_zwm:

    Start the admin server on the admin server:

    C:\Oracle12c\Middleware\Oracle_Home\user_projects\domains\base_domain\bin\startWebLogic.cmd.

    Start the node manager:

    C:\Oracle12c\Middleware\Oracle_Home\user_projects\domains\base_domain\bin\startNodeManager.cmd.

    Start and sign in to the manage2 server on manage2 server:

    C:\Oracle12c\Middleware\Oracle_Home\user_projects\domains\base_domain\bin\startManagedWebLogic.cmd manage2 http://127.0.0.114:7001.

Back to top

Step 3: Deploy Logi Report to the Oracle WebLogic Cluster

  1. Start WebLogic by running startWeblogic.cmd in C:\Oracle12c\Middleware\Oracle_Home\user_projects\domains\base_domain\bin.
  2. Access the WebLogic Server Administrative Console 12c using the URL http://127.0.0.114:7001/console/, where 127.0.0.114 is host name or IP address, and 7001 is the port number.
  3. Go to Home > Summary of Environment > Summary of Servers > Summary of Deployments. In the Available targets for jreport section, choose the cluster named Cluster_28 and select Part of the cluster, then choose the two managed servers manage1 and manage2 as well as the proxy server proxy. Select Finish to finish selecting deployment targets.
  4. Go to Home > Summary of Environment > Summary of Servers > Summary of Deployments > jreport, select the Save button to save the settings for jreport. When you see the message Settings updated successfully, select the Activate Changes button in the Change Center panel on the left.
  5. Continue to go to Home > Summary of Environment > Summary of Servers > Summary of Deployments > jreport > Summary of Deployments. In the Deployments section of Control panel, select the Start drop-down list and choose Servicing all requests. Select the Lock & Edit button in the Change Center panel on the left.
  6. Wait until the deployments state of jreport changes to Active.
  7. Start Logi Report Server using the URL http://127.0.0.114:7008/jreport. 127.0.0.114 is the host name or IP address for the proxy server, and 7008 is its port number.

Back to top

BackPrevious Topic  Next TopicNext