Installation Guide for Oracle Self-Service E-Billing > Configuring Oracle WebLogic > Process of Configuring Oracle WebLogic for the Billing and Payment Application >

Setting the Global Configuration Properties


You must modify various properties in the global configuration file, globalConfig.xma.xml, including server IP addresses, names, and ports for the Billing and Payment and Customer Service Representative applications.

This task is a step in Process of Configuring Oracle WebLogic for the Billing and Payment Application.

To modify the global configuration properties

  1. Open the globalConfig.xma.xml file, found in the EDX_HOME/xma/config/modules folder (or the EDX_HOME\xma\config\modules directory on Windows).
  2. Find the bean ID called globalConfig. Modify the properties.
    Property
    Value

    ebillingHostName

    The correct server name or IP address where the Billing and Payment application is deployed.

    csrHostName

    The correct server name or IP address where the Customer Service Representative application is deployed.

    ebillingApplicationName

    The Billing and Payment application name.

    csrApplicationName

    The Customer Service Representative application name.

    ebillingHttpPort

    The Billing and Payment application HTTP port.

    ebillingSSLPort

    The Billing and Payment application SSL port.

    csrSSLPort

    The Customer Service Representative application SSL port.

    csrhttpPort

    The Customer Service Representative application HTTP port.

    For example:

    <beans>

    <bean id="globalConfig" class="com.edocs.common.configuration.core.GlobalConfig" scope="singleton">

    <property name="encryptAccountNumbers"><value>true</value></property>

    <!-- default value -->

    <property name="ebillingHostName"><value>sdcbd80a036</value></property>

    <property name="csrHostName"><value>sdcbd80a036</value></property>

    <property name="ebillingApplicationName"><value>ebilling</value></property>

    <property name="csrApplicationName"><value>ebillingcsr</value></property>

    <property name="ebillingHttpPort"><value>7010</value></property>

    <property name="ebillingSSLPort"><value>7011</value></property>

    <property name="csrhttpPort"><value>7021</value></property>

    <property name="csrSSLPort"><value>7022</value></property>

    </bean>

    </beans>

Installation Guide for Oracle Self-Service E-Billing Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Legal Notices.