Is there a way to restrict the range of ports the Portal assigns to a newly created virtual service? For example, only ports between 32000 and 32999 will be used.
DevTest 10.x
Lisa
service Virtualization
NA
Adding the following 2 properties to the local.properties on the VSE server and then restarting the VSE should restrict ports to be in the range 32000 - 32999 when creating VS .
lisa.vseasy.http.min.dynamic.port=32000
lisa.vseasy.http.max.dynamic.port=32999