16.12.1 Specifying the Location of Static Application Files

Specify the location of static application files.

Application files are stored with your application definition in the Oracle database. For performance reasons, you can also store your application files on your Web server. Edit the #APP_FILES# Path attribute to change the location.

To edit the #APP_FILES# Path attribute:

  1. Navigate to the Shared Components page:
    1. On the Workspace home page, click App Builder.
    2. Select an application.
    3. On the Application home page, click Shared Components.

      The Shared Components page appears.

  2. Under User Interface, select User Interface Attributes.
    The User Interface page appears.
  3. Click the Advanced tab:
    • #APP_FILES# Path - Determines the virtual path the Web server uses to point to the static files when using the #APP_FILES# substitution string.

      Do not specify anything to reference files which are stored with your application definition in the database.

      For performance reasons you can also store your application files on your Web server or a Content Delivery Network (CDN). Use any valid URL to reference them.

      Examples:

      /myFiles/

      https://www.example.com/myFiles/

  4. Click Apply Changes.