Implementation Guide for Oracle Self-Service E-Billing > Customizing Oracle Self-Service E-Billing > Customizing the User Interface Files >

Changing the URL Prefix


Oracle Self-Service E-Billing uses ebilling as its URL prefix. However, you can change this to fit your deployment environment. The prefix is defined in the application.xml file in the ebilling-weblogic-10-6.0.4.ear/META-INF directory. All URLs from Oracle Self-Service E-Billing use a relative URL. This ensures that after you change the URL prefix, the application can still work.

The Oracle Self-Service E-Billing-related action classes and other Struts are defined as a (Struts) module called ebilling. Access all resources in the EAR file, including Struts actions, images, jsp pages, and so on, with this prefix, for example:

http://host:port/ebilling/report.do

Implementation Guide for Oracle Self-Service E-Billing Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Legal Notices.