Configuring Oracle WebLogic for EcoSys - EcoSys - 9.1 - Installation & Upgrade - Hexagon

EcoSys Installation

Language
English
Product
EcoSys
Search by Category
Installation & Upgrade
EcoSys Version
9.1

Installing and deploying EcoSys on Oracle WebLogic application server on Windows.

The instructions below assume a WebLogic domain and a managed server for the EcoSys application.

Pre-requisite for SQL Server

  1. Download the Microsoft SQL Server JDBC driver that is supported by the JDK in use.

  2. Copy the sqljdbc jar file to the %DOMAIN_HOME%\user_projects\domains\base_domain\lib folder.

Configuring the WebLogic Managed EcoSys Server

  1. Log in to the WebLogic Administration Console and navigate to Environment > Servers.

  2. Select the Managed Server created to run EcoSys.

  3. Select the Server Start tab.

  4. Select Lock and Edit.

  5. Set the class path as follows. Change C:\EcoSys\ to the location where the extracted EcoSys release package resides:

    WL_HOME/server/lib/weblogic.jar;C:\EcoSys\alt\lib\intgserver-
    wrapper.jar

    The classpath delimiter is a semi-colon for Windows and a colon for Linux.

    -DESFM_HOME=C:\EcoSys\ESFM_HOME

  6. Click Save and then Activate Changes.

  7. Edit the setDomainEnv.cmd and modify the appropriate MEM_ARGS to the size recommended in the EcoSys Server Sizing Recommendations. For example, if using Oracle JDK, modify as follows:

Configuring the DataSource

  1. From the WebLogic Administration Console navigate to Services > Data Sources and click Lock and Edit.

  2. Select New and Generic Data Source.

  3. Name the DataSource esfm and set the JNDI Name to ‘jdbc/esfm

  4. Select Oracle or MS SQL Server database type and click Next.

    For ORACLE

    Select the Oracle Driver (Thin) for Service Connections; Versions: 9.0.1 or later
    Leave the defaults on the next page and click Next.

    -OR-

    For MSSQL

    Select the Microsoft’s MS SQL Server Driver (Type 4) Versions: 2005 and later
    Leave the defaults on the next page and click Next.

  5. Enter the database name, host name, user and password for the database connection and click Next.

  6. Click Test the connection and if successful, click Next.

  7. Select the EcoSys managed server as the target for the data source. Click Finish and Activate Changes.

  8. Modify the Inactive Connection Timeout to 600 seconds from WebLogic Administration Console. This setting can be found at the following location.

    Services > Data Sources > esfm > Connection Pool > Inactive Connection Timeout (Under Advanced Settings)

  9. Go to Servers > Control Tab and start the EcoSys server. If Node Manager is not installed and running an error will be displayed. Contact the WebLogic Administrator to make sure it is set up properly.

Deploy the EcoSys Application

  1. From the WebLogic console, click Deployments and then select Lock and Edit.

  2. Click Install and navigate to the ecosys-weblogic.ear file in the extracted EcoSys release package. Click Next.

  3. Leave the defaults and click Next.

  4. Select the EcoSys server as a target for the application and click Next.

  5. Click Finish and Activate Changes.

  6. Start the EcoSys deployment.