Added by Naveen A.N over 13 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:
I'm interested in setting docroot and approot programmatically too.