Hi Hendra,
"hendra_netm" wrote :
| My question is: how to set the pingTimeout, pingPeriod, and max pingRetries of
ConnectionValidator?
|
| Should it be set in remoting-bisocket-service.xml? Which variables need to be changed?
|
Use "validatorPingTimeout", "validatorPingPeriod", and
"NumberOfCallRetries", respectively. That is, add something like
| <attribute name="validatorPingTimeout"
isParam="true">5000</attribute>
| <attribute name="validatorPingPeriod"
isParam="true">10000</attribute>
| <attribute name="NumberOfCallRetries"
isParam="true">2</attribute>
|
to remoting-bisocket-service.xml.
-Ron
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178969#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...