Solution by SAG:
Also fine tune the servers and port resources:
Explain about the message “[ISC.0064.0027C] XX Requests are waiting”
If the Internal Server detects that there have been no requests
received from the Reverse Gateway Server on a given connection after a
specified amount of time, the Internal Server will close the connection
and attempt to reopen it. This time period is controlled by the
following property on the Internal Server:
watt.server.rg.internalregistration.timeout
Specifies the time (in seconds) the Internal Server will wait
before closing an unresponsive connection to the Reverse Gateway Server.
The default is 0, which means do not time out (a timeout period of
infinity).
If the Reverse Gateway Server does not make a request to the
Internal Server on a given connection within a specified amount of time,
the Reverse Gateway Server will make a ping request to the Internal
Server on that connection. This time period is controlled by the
following property on the Reverse Gateway Server:
watt.server.rg.gateway.pinginterval
Specifies how often (in seconds) the Reverse Gateway Server will
send a ping request to the Internal Server. The default is 60 seconds.
Note: The ping interval on the Reverse Gateway Server must be
less than the timeout period on the Internal Server. For example, if the
timeout period on the Internal Server is 180 seconds, the ping interval
must be less than 180 seconds.
#webMethods#Integration-Server-and-ESB