Installation Guide for Oracle Self-Service E-Billing > Configuring IBM WebSphere > Process of Deploying Oracle Self-Service E-Billing Applications on IBM WebSphere >
Deploying the Customer Service Representative Application on IBM WebSphere
Follow these steps to deploy the Customer Service Representative application EAR file on IBM WebSphere. This task is a step in Process of Deploying Oracle Self-Service E-Billing Applications on IBM WebSphere. To deploy the Customer Service Representative application on IBM WebSphere
- Replace the persistence.xma.xml file found in the
EDX_HOME \xma\config\modules directory with the one found in the EDX_HOME \xma\config\modules\websphere\cba directory. In the path, EDX_HOME is the location where Oracle Self-Service E-Billing is installed.
- Replace the reporting.batch.xma.xml file found in the
EDX_HOME\ xma\config\com\edocs\common\reporting directory with the same file found in the EDX_HOME \xma\config\modules\websphere\ directory. In the path, EDX_HOME is the location where Oracle Self-Service E-Billing is installed.
- Select Applications, Enterprise Applications, and Install.
- Select Local file system if your EAR file is on the local computer or select Remote file system, and browse to the full path of the EAR file:
EDX_HOME /J2EEApps/CSR/websphere .
- Click Next, and give an appropriate name to the Customer Service Representative application, leaving the settings as they are.
- Click Next, and select all the modules to map to servers.
- Map the two EJBs, and give the target resource JNDI names as shown.
|
|
Target Resource JNDI Name |
ejb/PaymentAccountManager |
com.edocs.payment.remote. IPaymentAccountManager |
edx/ejb/PaymentAccountManager |
ejb/PayServer |
com.edocs.payment.remote.PayServer |
edx/ejb/PayServer |
- Click Next to view the summary, then click Finish. Click Save to save directly to the master configuration.
|