5. Configuring the OpenROAD Server : Server Component and Gatekeeper Configuration : How You Configure the OpenROAD Server .NET Client Gatekeeper2 : Configuration Options
 
Share this page                  
Configuration Options
You can configure the OpenROAD Gatekeeper using the following configuration options in the web.config file:
OpenROAD_ServerApp
Defines the name of the OpenROAD Server application the gatekeeper connects to.
If this parameter is missing or if it is set to *, it allows the application name to be provided by the "image" parameter of the Initiate request. We recommend that you have different webapps for different OpenROAD applications.
permittedSCPs
Limits the access to permitted SCPs.
If this parameter is missing or if it is set to *, it allows access to all SCPs. Names of SCPs are delimited by whitespaces (space, tab, newline, carriage-return, or form-feed).
logcalls
Logs requests made to the OpenROAD Gatekeeper into a file when set to 1.
This setting works in combination with setting <trace enabled="true" ...> to enable application trace logging. This option is provided for testing purposes.