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

Setting up Dynamic CSS and Image File Load Functionality


Follow these steps to set up dynamic Cascading Spreadsheet (CSS) and image loading functionality. This feature lets you edit CSS and image files used in the Billing and Payment application without having to restart the application server.

This task is a step in Process of Configuring Oracle WebLogic for the Billing and Payment Application.

To set up the dynamic CSS and image file load feature

  1. Rename the following directory:
    • UNIX. Change EDX_HOME/config/assets to EDX_HOME/config/_assets
    • Windows. Change EDX_HOME\config\assets to EDX_HOME\config\_assets
  2. Open the weblogic.xml file, located in the following directory:
    • UNIX. EDX_HOME/J2EEApps/ebilling/weblogic/ebilling-weblogic-6.2.ear/ebilling-web-1.0-SNAPSHOT.war/WEB-INF
    • Windows. EDX_HOME\J2EEApps\ebilling\weblogic\ebilling-weblogic-6.2.ear\ebilling-web-1.0-SNAPSHOT.war\WEB-INF

      Add the following code under the XML node <weblogic-web-app>:

    <virtual-directory-mapping>

    <local-path>[your $edx_home absolute path]/config</local-path>

    <url-pattern>/*</url-pattern>

    </virtual-directory-mapping>

  3. Restart the Billing and Payment application server.

    You can edit CSS and image files in the following directory at any time, without restarting the server. The changes are implemented dynamically.

    • UNIX. EDX_HOME/config/_assets
    • Windows. EDX_HOME\config\_assets
Installation Guide for Oracle Self-Service E-Billing Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Legal Notices.