Webserver Properties
You can configure the RaptorXML+XBRL Server web server by using the properties given below. To set a property, run the installation command with the property setting appended, like this:
msiexec /i RaptorXMLXBRLServer.msi RXBRL_WebServer_Host=127.0.0.1
List of properties
Properties of the RaptorXML+XBRL Server web server:
RXBRL_WebServer_Host=<IP4 Address>
Use 127.0.0.1 if you want to access the web server from this machine only. Use 0.0.0.0 to make the web server accessible globally.
RXBRL_WebServer_Port=<Port Number>
Specifies the port that is used to access the web server.
RXBRL_WebServer_Enabled=<0 or 1>
Select 1 to enable listening at the currently set port. Select 0 to disable listening at this port.