Definition of table web-config
Web Configurations , Table Dump Name web-conf

Alphabetical Field Summary

  • base-path: (CHAR) Base path to service/package (relative to server root)
  • description: (CHAR) Description of this new service
  • district-path: (CHAR) Path to the district files (relative to web server root)
  • extern-guid: (CHAR) External Global Unique ID for this record
  • html-path: (CHAR) Path to static HTML pages (relative to Web Server root)
  • image-path: (CHAR) Path to images (relative to web server root)
  • max-inactive-login-time: (INTG) Maximum amount of inactive time (in seconds, default 2 hours
  • prog-path: (CHAR) Path to programs/web-objects (relative to web server root)
  • service-name: (CHAR) Service Name of this service
  • service-online: (LOGC) Is service currently online/available?
  • web-root: (CHAR) O/S level path to Web Server root (no terminating / !!)

    Alphabetical Index Summary

  • description: description
  • extern-guid: extern-guid
  • service-name: (UNIQUE, PRIMARY) service-name

    Other tables who reference web-config

  • web-login-info - Lists each valid login and information about them
  • web-service-attr - Service specific attributes
  • web-style - Elements for a web styling
  • web-style-font - Web Font Definitions
  • web-target-attr - Target oriented attributes
  • web-target-audit - Login target audit log


    Detailed Alphabetical Field Listing
    base-path Data type: CHARACTER
    Format: x(255)
    Help: Base path to service/package (relative to server root)

    description Data type: CHARACTER
    Format: x(32)
    Help: Description of this new service
    Attributes: Index Component

    district-path Data type: CHARACTER
    Format: x(255)
    Help: Path to the district files (relative to web server root)

    extern-guid Data type: CHARACTER
    Format: x(32)
    Description: External Global Unique ID for this record
    Attributes: Index Component

    html-path Data type: CHARACTER
    Format: x(255)
    Help: Path to static HTML pages (relative to Web Server root)

    image-path Data type: CHARACTER
    Format: x(255)
    Help: Path to images (relative to web server root)

    max-inactive-login-time Data type: INTEGER
    Format: zzzzzz9 (Initial Value: 7200)
    Help: Maximum amount of inactive time (in seconds, default 2 hours

    prog-path Data type: CHARACTER
    Format: x(255)
    Help: Path to programs/web-objects (relative to web server root)

    service-name Data type: CHARACTER
    Format: x(8)
    Help: Service Name of this service
    Attributes: Index Component

    service-online Data type: LOGICAL
    Format: Yes/No (Initial Value: No)
    Help: Is service currently online/available?

    web-root Data type: CHARACTER
    Format: x(255)
    Help: O/S level path to Web Server root (no terminating / !!)

    Created on 02/16/2006 by DBHTML V1.2