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

Defining the Oracle WebLogic Environment for the Command Center Domain


You must set environment variables and other options in Oracle WebLogic environment for Command Center.

This task is a step in Process of Configuring Oracle WebLogic for the Command Center Application.

To set environment variables for the Command Center application domain

  1. Open the file setDomainEnv in a text editor. This file is located in the domain's home directory, for example:
    • UNIX. $WEBLOGIC_HOME/user_projects/domains/cc_domain/bin/setDomainEnv.sh
    • Windows. %WEBLOGIC_HOME%\user_projects\domains\cc_domain\bin\setDomainEnv.cmd
  2. In the file, define the environment variable EDX_HOME as the directory in which Oracle Self-Service E-Billing is installed, for example:
    • Oracle Solaris. export EDX_HOME=/opt/Oracle/eBilling
    • Linux. export EDX_HOME=/opt/Oracle/eBilling
    • Windows. set EDX_HOME=C:\oracle\eBilling
  3. Add the following entries to the file:
    • Oracle Solaris. export CLASSPATH=$CLASSPATH:$EDX_HOME/config:$EDX_HOME/lib/xercesImpl-2.7.1.jar:$EDX_HOME/lib/xalan-2.7.0.jar
    • Linux. export CLASSPATH=$CLASSPATH:$EDX_HOME/config:$EDX_HOME/lib/xercesImpl-2.7.1.jar:$EDX_HOME/lib/xalan-2.7.0.jar
    • Windows. set CLASSPATH=%CLASSPATH%;%EDX_HOME%\config;%EDX_HOME%\lib\xercesImpl-2.7.1.jar;%EDX_HOME%\lib\xalan-2.7.0.jar
  4. In the JAVA OPTIONS section, add the -Dedx.home Java option section to the end of the JAVA_VM variable definition:
    • Oracle Solaris:

    JAVA_VM="${JAVA_VM} ${JAVA_DEBUG} ${JAVA_PROFILE} -Dedx.home=${EDX_HOME} -Djavax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl -Djavax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl

    export JAVA_VM

    • Linux:

    JAVA_VM="${JAVA_VM} ${JAVA_DEBUG} -Dedx.home=${EDX_HOME} -Djavax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl -Djavax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl -Djavax.xml.transform.TransformerFactory=org.apache.xalan.processor.TransformerFactoryImpl"

    export JAVA_VM

    • Windows:

    set JAVA_VM=%JAVA_VM% %JAVA_DEBUG% %JAVA_PROFILE% -Dedx.home=%EDX_HOME% -Djavax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl -Djavax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl -Djavax.xml.transform.TransformerFactory=org.apache.xalan.processor.TransformerFactoryImpl

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