Configuration File
When you run the FlexNet RL Parser 1.0, you can specify setup information using a configuration file. The following sample configuration file shows the default installation values.
The configuration file must be accessible from the location where you are running FlexNet RL Parser 1.0.
If you need to make any changes to a configuration file, ensure to complete the following steps:
1. | Stop the RL parser executable on the vendor machine. |
2. | Re-run the executable using the latest configuration file. |
3. | From the Edit RLParser screen, click on save and start to get the latest status and start the parser. |
# Run RLParser Service on 9081 port in debug mode
servicePort: 9081
serviceMode: debug
# Monitor two report logs for the mvsn and demo vendor daemons
# Produce the corresponding two *_events.json files
servers:
- vendor: "mvsn"
reportlog: "/opt/flexnet_agent/mvsn/mvsn.rl"
eventoutput: "/opt/flexnet_agent/mvsn/mvsn_events.json"
debug: false
- vendor: "demo"
reportlog: "/opt/flexnet_agent/demo/demo.rl"
eventoutput: "/opt/flexnet_agent/demo/demo_events.json"
debug: false
# Produce the logs to rlparserlog.log file
logging:
filename: rlparserlog.json
consolelogging: true
maxsizemb: 20
maxbackups: 3
maxagedays: 30
compressbackups: true