Installation Guide for Oracle Self-Service E-Billing > Configuring IBM WebSphere > Process of Configuring the IBM WebSphere Application Server for the Customer Service Representative Application >

Creating an IBM WebSphere Profile for the Customer Service Representative Application


You must create an IBM WebSphere profile for the Customer Service Representative application.

This task is a step in Process of Configuring the IBM WebSphere Application Server for the Customer Service Representative Application.

Creating the Customer Service Representative Properties File

The Customer Service Representative profile calls a properties file, csr.props, which you must first create.

To create the Customer Service Representative properties file

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

    WC_defaulthost=9081

    WC_adminhost=9061

    WC_defaulthost_secure=9444

    WC_adminhost_secure=9044

    BOOTSTRAP_ADDRESS=2810

    SOAP_CONNECTOR_ADDRESS=8881

    SAS_SSL_SERVERAUTH_LISTENER_ADDRESS=9404

    CSIV2_SSL_SERVERAUTH_LISTENER_ADDRESS=9406

    CSIV2_SSL_MUTUALAUTH_LISTENER_ADDRESS=9405

    ORB_LISTENER_ADDRESS=9101

    DCS_UNICAST_ADDRESS=9354

    SIB_ENDPOINT_ADDRESS=7277

    SIB_ENDPOINT_SECURE_ADDRESS=7287

    SIB_MQ_ENDPOINT_ADDRESS=5559

    SIB_MQ_ENDPOINT_SECURE_ADDRESS=5579

Creating a Profile for the Customer Service Representative Application

Once you have created the properties file you can create the IBM WebSphere profile for the Customer Service Representative application.

To create a profile for the Customer Service Representative application

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

    ./wasprofile.sh

    -create

    -profileName CSR_profile

    -profilePath "App_Server_Root/profiles/CSR_profile"

    -templatePath "/App_Server_Root/profileTemplates/default"

    -nodeName CSR_node

    -cellName CSR_cell

    -hostName localhost

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

    NOTE:  Make sure the csr.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.