Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.
Prev | Next |
Service Configuration
Service program
The name of the service program is SparxintelService.exe
Configuration File
The service is configured by the file SparxIntelService.config
The file must be located in the same directory as the service program.
The file contains a number of directives and also lists the Codeminer databases to be served.
The file is read once when the service is started.
Directives |
Description |
---|---|
port |
The port number on which the service will listen. |
allow |
Names a domain or ip address that is allowed access.: 198.* or 127.0.0.1 |
network |
Values can be "public", "network" or "private". Use "private" when allow directives specify one or more single ip addresses. Use "network" when allow directives specify a wildcard domain: 198* Use "public" to allow all clients. |
database |
Names the full physical file path of a Codeminer database on the server. |
Running the program standalone
From a normal console enter the command: SparxIntelService -listen
Installing as Windows Service
From an Administrative console enter the command: SparxIntelService -install