Bookshelf Home | Contents | Index | PDF | ![]() ![]() |
Implementation Guide for Oracle Self-Service E-Billing > Customizing the Customer Service Representative Application > CSR ApplicationThe CSR application WAR file contains the tiles (*.JSP) for the application. Under the Under the See the See the In the csr.xma.xml file, you must modify properties custAppURL and custLogoutAppURL to the value where the Billing and Payment application is deployed. By default, the property values are:
The following properties must point to the I.P. address, for example: Contents of csr.xma.xml<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd"> <!-- XMA specific definitions --> <bean id="GlobalConfigurationBean" class="com.edocs.application.csr.common.CSRConfiguration"> <value>http://10.149.189.225:7006/ebilling/j_acegi_security_check?</value> <property name="custLogoutAppURL"> <value>http://10.149.189.225:7006/ebilling/logout.do?</value> <property name="userNameParam"> <property name="passwordParam"> <property name="activeStatus"> |
![]() |
![]() ![]() |
Implementation Guide for Oracle Self-Service E-Billing | Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Legal Notices. | |