This section provides specific installation and configuration instructions for the OnBase widget for the Geocortex Viewer for HTML5.
Installation involves modifying the Geocortex configuration file in use for your Geocortex Viewer for HTML5 application. This file is typically named Desktop.json.js and is typically located in the following directory:
[Geocortex Virtual Directory]\Resources\Config\Default\Desktop.json.js
Depending on your system's configuration, the name and location of the configuration file may vary. See the Geocortex Viewer for HTML5 Administrator and Developer Guide for more detailed information on this file.
Tip:
The configuration file is quite large and contains thousands of lines of code. Use the find function (CTRL + F) common to many text editors to easily find the specific areas referenced in these instructions.
CAUTION: Be very careful when updating the
JSON configuration files. If a copy exists with a similar naming
scheme (for example, appsettings.backup.json), and that copy is
not deleted, the incorrect JSON configuration file may be used.
Configuration files are read in lexicographic order, or the
order in which they are loaded. This means that the last file
saved is the first file loaded. The order of precedence for the
loading of the configuration sources is: 1) appsettings.json
file, 2) appsettings.{AltName}.json file, 3) Key-per-file
directories, 4) Environment variables, and 5) Command Line
arguments. As a result, if a JSON configuration file is
configured with an alternate name, and is the most recently
saved version of the JSON configuration file, the file with the
alternate name will take precedence, which causes major errors
during login.