How to restrict the ports used by the VSE when creating a virtual service from request and response pairs, RR pairs, using the DevTest Portal?
All supported DevTest releases.
The two properties below need to the applied in the local.properties file of your VSE server with the proper values:
The VSE Service needs to be restarted.
The default values are:
lisa.vseasy.http.min.dynamic.port=8000
lisa.vseasy.http.max.dynamic.port=65535
These properties control the dynamic assignment of ports when using auto configuration with the HTTP protocol in VSEasy - virtual services created from RR pairs.
The rules for these properties are as follows:
- If max <= min, then both get reverted to the defaults (65535 and 8000 respectively)
- If max > 65535, max is set to 65535
- If min < 1024, min is set to 1024