Installation Guide for Oracle Self-Service E-Billing > Configuring IBM WebSphere > Process of Configuring the IBM WebSphere Application Server for the Billing and Payment J2EE Application >

Creating an IBM WebSphere Profile for the Billing and Payment Application


You must create an IBM WebSphere profile for the Billing and Payment application. The profile calls a properties file, ebilling.props, which you must first create.

This task is a step in Process of Configuring the IBM WebSphere Application Server for the Billing and Payment J2EE Application.

Creating the Billing and Payment Application Properties File

You must create a properties file for the Billing and Payment profile.

To create the Billing and Payment properties file

  1. Create a file called ebilling.props. The file can reside in any directory.
  2. Add the following text to the file:

    WC_defaulthost=9080

    WC_adminhost=9060

    WC_defaulthost_secure=9443

    WC_adminhost_secure=9043

    BOOTSTRAP_ADDRESS=2809

    SOAP_CONNECTOR_ADDRESS=8880

    SAS_SSL_SERVERAUTH_LISTENER_ADDRESS=9401

    CSIV2_SSL_SERVERAUTH_LISTENER_ADDRESS=9403

    CSIV2_SSL_MUTUALAUTH_LISTENER_ADDRESS=9402

    ORB_LISTENER_ADDRESS=9100

    DCS_UNICAST_ADDRESS=9353

    SIB_ENDPOINT_ADDRESS=7276

    SIB_ENDPOINT_SECURE_ADDRESS=7286

    SIB_MQ_ENDPOINT_ADDRESS=5558

    SIB_MQ_ENDPOINT_SECURE_ADDRESS=5578

Creating a Profile for the Billing and Payment Application

Once you have created the properties file you can create the IBM WebSphere profile for the Billing and Payment application.

To create a profile for the billing application

  1. From the command line, go to the App_Server_Root/bin directory, where App_Server_Root is your IBM WebSphere installation home path
  2. Use the wasprofile command to create an IBM WebSphere profile:

    wasprofile.sh

    -create

    -profileName eBilling_profile

    -profilePath "App_Server_Root/profiles/eBilling_profile"

    -templatePath "App_Server_Root/profileTemplates/default"

    -nodeName eBilling_node

    -cellName eBilling_cell

    -hostName localhost

    -portsFile "/export/home/ebilling.props"

    NOTE:  Make sure the ebilling.props file is located in the directory you specify.

  3. List the profile to make sure it was created successfully:

    ./wasprofile.sh -listProfiles

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