Installation Guide for Oracle Billing Insight > Configuring Oracle WebLogic > Process of Deploying Oracle Billing Insight Applications on Oracle WebLogic >
Deploying the Oracle Billing Insight Applications on Oracle WebLogic
You must deploy each of the Oracle Billing Insight applications that you have configured on Oracle WebLogic. This task is a step in Process of Deploying Oracle Billing Insight Applications on Oracle WebLogic. To deploy an Oracle Billing Insight application on Oracle WebLogic
- If you are deploying the Self-Service application on an Oracle WebLogic cluster, then edit the weblogic.xml file, located in the
edx_home\J2EEApps\selfservice\weblogic\selfservice-weblogic-7.1\selfservice-web-1.0-SNAPSHOT\WEB-INF \ directory. Add the following code to enable a session on one cluster computer member to be replicated to the other computer members:
<session-descriptor> <session-param> <param-name>PersistentStoreType</param-name> <param-value>replicated</param-value> </session-param> </session-descriptor>
- Open the Oracle WebLogic Administration Console.
- Click the Deployments link to display the deployments page for the Oracle WebLogic domain for the particular application you are deploying, such as BillingInsight_domain.
- Click Install to start the Install Application Assistant, which guides you through the steps required to deploy the Oracle Billing Insight applications.
- Click the links to navigate to the location of the EAR file to deploy.
Oracle Billing Insight J2EE Application |
|
Self-Service |
File Name: selfservice-weblogic-7.1.ear Location:
- UNIX.
EDX_HOME /J2EEApps/selfservice/weblogic
- Windows.
EDX_HOME \J2EEApps\selfservice\weblogic\
|
Command Center |
File Name: command-center-weblogic-7.1.ear Location:
- UNIX.
EDX_HOME /J2EEApps/commandcenter/weblogic
- Windows.
EDX_HOME \J2EEApps\commandcenter\weblogic
|
Assisted Service |
File Name: csr-app-7.1.ear Location:
- UNIX.
EDX_HOME /J2EEApps/csr/weblogic
- Windows.
EDX_HOME \J2EEApps\csr\weblogic
|
Web Services Server |
File Name: rs-weblogic-7.1.ear Location:
- UNIX.
EDX_HOME /J2EEApps/rs/weblogic
- Windows.
EDX_HOME \J2EEApps\rs\weblogic
|
Select the deployed EAR file, and start all services located at the Start, Servicing all requests. If you are using the Self-Service application on a cluster, then deploy the Self-Service application to the cluster, not the Admin server.
- Restart the server.
- Repeat this procedure for each Oracle Billing Insight application that your implementation requires.
- If you are using the Self-Service application on a cluster, then you must also deploy the Cluster Proxy application to the proxy server. Edit the web.xml file found in the BillingInsightProxy WAR file. In the following section, add the IP address and port number of each managed server in the cluster, for example:
<init-param> <param-name>WebLogicCluster</param-name> <param-value> 10.240.12.163:9001|10.240.8.244:9002|10.240.12.157:9003 </param-value> </init-param>
- If you are deploying the Self-Service application on a cluster, then start the cluster.
For details, see Starting the Oracle WebLogic Cluster.
|