Add port in the message.
authorjfclere <jfclere@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 30 Sep 2009 09:03:25 +0000 (09:03 +0000)
committerjfclere <jfclere@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 30 Sep 2009 09:03:25 +0000 (09:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@820220 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/ha/backend/HeartbeatListener.java

index 1431402..cecba3f 100644 (file)
@@ -113,7 +113,7 @@ public class HeartbeatListener
                 return;
             }
             String output = new String();
-            output = "v=1&ready=" + coll.ready + "&busy=" + coll.busy;
+            output = "v=1&ready=" + coll.ready + "&busy=" + coll.busy + "&port=" + port;
             try {
                 sender.send(output);
             } catch (Exception ex) {