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

Creating an IBM WebSphere Profile for the Command Center Application


You must create an IBM WebSphere profile for the Command Center application.

This task is a step in Process of Configuring the IBM WebSphere Application Server for the Command Center Application.

Creating the Command Center Properties File

The profile for the Command Center application calls a properties file, cc.props, which you must first create.

To create the Command Center properties file

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

    WC_defaulthost=9082

    WC_adminhost=9062

    WC_defaulthost_secure=9445

    WC_adminhost_secure=9045

    BOOTSTRAP_ADDRESS=2811

    SOAP_CONNECTOR_ADDRESS=8882

    SAS_SSL_SERVERAUTH_LISTENER_ADDRESS=9407

    CSIV2_SSL_SERVERAUTH_LISTENER_ADDRESS=9409

    CSIV2_SSL_MUTUALAUTH_LISTENER_ADDRESS=9408

    ORB_LISTENER_ADDRESS=9102

    DCS_UNICAST_ADDRESS=9355

    SIB_ENDPOINT_ADDRESS=7278

    SIB_ENDPOINT_SECURE_ADDRESS=7288

    SIB_MQ_ENDPOINT_ADDRESS=5560

    SIB_MQ_ENDPOINT_SECURE_ADDRESS=5580

Creating a Profile for the Command Center Application

Once you have created the properties file you can create the IBM WebSphere profile for the Command Center application.

To create a profile for the Command Center 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 IBM WebSphere profile:

    ./wasprofile.sh

    -create

    -profileName CC_profile

    -profilePath "App_Server_Root/profiles/CC_profile"

    -templatePath "App_Server_Root/profileTemplates/default"

    -nodeName CC_node

    -cellName CC_cell

    -hostName localhost

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

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