Github user jinmeiliao commented on a diff in the pull request: https://github.com/apache/geode/pull/331#discussion_r95237941 --- Diff: geode-core/src/main/java/org/apache/geode/management/internal/AgentUtil.java --- @@ -60,6 +60,7 @@ public String findWarLocation(String warFilePrefix) { geodeHome + "/lib/" + warFilePrefix + "-" + gemfireVersion + ".war", geodeHome + "/tools/Extensions/" + warFilePrefix + ".war", geodeHome + "/tools/Pulse/" + warFilePrefix + ".war", + geodeHome + "/tools/Pulse/" + warFilePrefix + "-" + gemfireVersion + ".war", --- End diff -- this is not necessary, line 59 already has it. otherwise, LGTM.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---