Thank at first! Defaultly, If connection is not exist, XFire will connect 3 times, and each connection will expire 20 seconds(Maybe). The next is the log information: servlets.KMWSServlet (KMWSServlet.java:156) - /checkFlow.km?null httpclient.HttpMethodDirector (HttpMethodDirector.java:438) - I/O exception (java.net.ConnectException) caught when processing request: Connection timed out: connect httpclient.HttpMethodDirector (HttpMethodDirector.java:444) - Retrying request httpclient.HttpMethodDirector (HttpMethodDirector.java:438) - I/O exception (java.net.ConnectException) caught when processing request: Connection timed out: connect httpclient.HttpMethodDirector (HttpMethodDirector.java:444) - Retrying request httpclient.HttpMethodDirector (HttpMethodDirector.java:438) - I/O exception (java.net.ConnectException) caught when processing request: Connection timed out: connect httpclient.HttpMethodDirector (HttpMethodDirector.java:444) - Retrying request http.HttpChannel (HttpChannel.java:144) - java.net.ConnectException: Connection timed out: connect
if I want to change the connection times. For example: I want to change 3 times to one times. and each connection will only expire 10 seconds. -- View this message in context: http://www.nabble.com/How-to-set-count-and-timeout-of-xfire-connection-tf4901490.html#a14040319 Sent from the XFire - User mailing list archive at Nabble.com.
