Web Service Host

Tags: 

The web service host (SimpleServer.exe) is a plugin based web server. It supports calling plugin modules as well as serving files in mapped directories. It is meant to provide core common web services such as authentication and role information. It also hosts modules that provide sound and voice production that are rendered on the main sound system.

Configuration

The application uses Simple.ini to manage settings.

[Settings]
StartInTray=0 or 1 # determines whether or not to start minimized in system tray.

# Aliases are mappings to directories. There can be multiple aliases.
[Aliases]
NETECH=C:\Program Files\NonEdibleTech\Website

# TCP/IP Configuration settings
[Network]
HTTPServerPort=80

# These are the directory mappings for locating HTTP plugin modules.
[Directories]
HTTPPlugins=HTTPPlugins