Installation Guide for Oracle Self-Service E-Billing > Migrating to Oracle Self-Service E-Billing Version 6.0.4 > Process of Migrating Oracle Self-Service E-Billing 6.0.1 to 6.0.2 >

Setting Up the Web Container Filter for IBM WebSphere 6.1.0.3 and Higher Versions


Users of IBM WebSphere 6.1.0.3 and higher must follow these procedures to set up the Web container filter and log4j output for the Billing and Payment application and the Customer Service Representative application.

This task is a step in Process of Migrating Oracle Self-Service E-Billing 6.0.1 to 6.0.2.

To set up the Web container filter in IBM WebSphere 6.1.0.3 and higher for the Billing and Payment application

  1. Log on to the IBM WebSphere console.
  2. Select Application servers, ebilling, Web container, Custom Properties.
  3. Create a new property called com.ibm.ws.webcontainer.invokefilterscompatibility. Specify the Value field as True.
  4. Restart the Billing and Payment application server.

Complete the following procedure to set up log4j output on IBM WebSphere 6.1.0.17 and higher for the Billing and Payment application.

To set up log4j output in IBM WebSphere 6.1.0.17 and higher for the Billing and Payment application

  1. Create a new file called commons-logging.properties in the $WAS_HOME/profiles/eBilling_profile/properties directory.
  2. Add the following content:

    org.apache.commons.logging.LogFactory=org.apache.commons.logging.impl.LogFactoryImpl

  3. Correct the log4j file configuration. Access the IBM Websphere console for the Billing and Payment application. Select Servers, Application servers, your server, Server Infrastructure, Java and Process Management, Process Definition, Additional Properties, Java Virtual Machine, Generic JVM arguments. Add file: in the -Dlog4j.configuration definition:

    -Dlog4j.configuration=file:${your log4j full path and name} example: -Dlog4j.configuration=file:/export/home/qa1/eBilling602/config/log4j.xml

  4. Restart the Billing and Payment application server.

To set up the Web container filter in IBM WebSphere 6.1.0.3 and higher for the Customer Service Representative application

  1. Log on to the IBM WebSphere console.
  2. Select Application server1 (csr), Web container, Custom Properties.
  3. Create a new property called com.ibm.ws.webcontainer.invokefilterscompatibility. Specify true in the Value field.
  4. Restart the server.

Complete the following procedure to set up log4j output on IBM WebSphere 6.1.0.17 and higher for the Customer Service Representative application.

To set up log4j output in IBM WebSphere 6.1.0.17 and higher for the Customer Service Representative application

  1. Create a new file called commons-logging.properties in the $WAS_HOME/profiles/$profile/properties directory.
  2. Add the following content to the file:

    org.apache.commons.logging.LogFactory=org.apache.commons.logging.impl.LogFactoryImpl

  3. Restart the Customer Service Representative application server.
Installation Guide for Oracle Self-Service E-Billing Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Legal Notices.