Added by Naveen A.N almost 12 years ago
Hello,
Can we set the runtime arguments (---docroot . ---http-address 0.0.0.0 ---http-port 8090 ---approot . )programatically rather setting it in runtime
You can:
You cannot modify the Configuration class manually, we should probably make this API public one day.
Wim.
Example config file:
docroot = .
http-address = 0.0.0.0
http-port = 9090
I'm interested in setting docroot and approot programmatically too.