-Dcom.ibm.CORBA.AcceptTimeout

This system property controls the amount of time that a ServerSocket waits in a call to accept().

-Dcom.ibm.CORBA.AcceptTimeout=<ms>
Where <ms> is the wait time in milliseconds. The acceptable range is 0 - 5000. If this property is not set, a default value of 0 is used, which prevents a timeout. If the property is set but the value that is provided is not valid, a value of 5000 is used.