GSD NET-Gps Configuration
Configuration wizard
One of the possible options for configuring our services is to use our configuration wizard. It make basic configuration easier.
Configuration wizard will run automatically when configuration file was not found. Also is additional possibility to run configuration wizard by run application with the following parameter:
1 | $ --edit-config |
udpPort
Port on which net-gps service will listen for UPD data package coming from Teltonika
device
logBinaryData
Turns on/of logging binary data coming from Teltonika
device. When enabled binary data will be logged separately from net-gps web-service logs
statistics:
enabled:
Enables statistics logging. More info
database
rasServer:
IP of the RAS (Remote Access Server) to which you wish to connect.
rasServerPorts [array]:
Array of ports the RAS is listening. When you have multiple ports then the first to respond will handle your request.
databaseServer:
IP of the Database Server.
databaseName:
Path or alias of the database.
userName:
Username which will init the connection.
userPassword:
MD5 hash of the user's web password.
timeout [deprecated]:
timeout in ms
readtimeout [deprecated]:
readtimeout in ms
connection:
acquireTimeoutMilliseconds:
Time after client will be timed out. It will work when the number of current connections is equal to maximum connections allowed.
idleTimeoutMilliseconds:
The time after connection socket will be disconnected and removed.
minimum:
Minimum number of connections that stay available for clients.
maximum:
Maximum number of simultaneous connection to DOCUframe.
session:
sessionRefreshInSeconds
Specifies time in seconds after which net-api should make session refresh to license server. This is critical setting if net-api's session timeout is bigger than license server and may be ignored otherwise.
Tip
Must be bigger than session timeout in GSD Licenz Server.
[Since 1.0.9]
listeners [array]:
Listeners on which application will wait for client's requests.
HTTPS require keys and certificates.