What is installed - Folder and File Structure
WebMap installation folders can be found on your device’s main drive (usually C:/) and inside the IIS folders.
Here area few useful folders/files you may need to know:
FIELD | DESCRIPTION |
SWD | Sample data for maps and Local Knowledge |
Log | Location of error logs |
DBUpgrade* | Upgrade a WebMap 9 webMapLayersConfig.db to WebMap 9.1 (to do this, use the executable to run a command line) |
appsettings.json file | Configuration options |
Services
Two services are created with their corresponding folder names in C:\Cadcorp\Services:
- Cadcorp.Harvest.Service running on default port 8082 (The harvest service is only important for running the harvest schedule tasks – it is still possible to harvest users/groups manually if this service is stopped.)
- Cadcorp.Licence.Service running on default port 8081 (must be started for WebMap to be licensed and run)
The ports on which these services run can be configured from their respective “appsettings.json” configuration files. WebMap does not verify these these ports, they are assumed to be open and available.