> On March 24, 2016, 10:35 p.m., Bruce Schuchardt wrote: > > Jianxia, how do you know this change works?
Using gfsh I started a locator which uses both 7070 and 1099. Then run the dunit tests on the terminal. The tests will get BindException and then try with a different port. - Jianxia ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45058/#review125350 ----------------------------------------------------------- On March 24, 2016, 10 p.m., Jianxia Chen wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/45058/ > ----------------------------------------------------------- > > (Updated March 24, 2016, 10 p.m.) > > > Review request for geode, Bruce Schuchardt, Hitesh Khamesra, Jens Deppe, and > Udo Kohlmeyer. > > > Repository: geode > > > Description > ------- > > Set jmx-manager-port to 0 so that it does not allow remote client > connections. Hence avoid starting the agent. Then there is no worry about the > port already in use for the agent. HTTP service is still started though. > > > Diffs > ----- > > > geode-assembly/src/test/java/com/gemstone/gemfire/rest/internal/web/controllers/RestAPIsWithSSLDUnitTest.java > 852591f > > geode-core/src/test/java/com/gemstone/gemfire/test/dunit/standalone/DUnitLauncher.java > 99548b3 > > Diff: https://reviews.apache.org/r/45058/diff/ > > > Testing > ------- > > RestAPIsWithSSLDUnitTest > > > Thanks, > > Jianxia Chen > >
