[HELP] How to dynamically start http services on multiple ports?
hi, Can someone tell me how to dynamically enable http services on multiple ports? Originally, I wanted to dynamically register routing rules, but after reading previous issues, there seems to be no solution. So, can I control http services on multiple ports? For example, I can open or close the service on port 8080 at runtime. This is a scenario for the development of an operation and maintenance management system.
Hello @seventeenman,
If you have multiple Iris instances listening on different ports, you can use their appX.Shutdown() method to terminate the servers, also you may want to check the apps subpackage also. Please reply back if you have any further questions or if I didn't get the problem right.