Configuring Siebel Open UI > Customizing Siebel Open UI > Managing Files >

Updating Relative Paths in Files That You Customize


If you customize a file, and if you save this custom file in a custom folder, then you must modify any relative paths that this file references. For example, if you copy the rules from a predefined .css file into a custom .css file, then you must modify the relative paths that your custom .css file references so that they reference the correct file. For an example of this configuration, see Customizing the Logo.

To update relative paths in files that you customize

  1. Create a custom file.

    For more information about custom files, see Organizing Files That You Customize.

  2. Search your custom file for any relative paths.

    For example, images/ in the following code is an example of a relative path:

    src=images/ebus.gif

  3. Modify the relative path so that it can correctly locate the file that it references.

    For example:

    src=CLIENT_HOME/eappweb/PUBLIC/enu/images/ebus.gif

  4. Do Step 2 and Step 3 for every relative path that your custom file contains.
Configuring Siebel Open UI Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.