LP1825891 Hatch 'hostname' command
authorBill Erickson <berickxx@gmail.com>
Wed, 17 Apr 2019 20:22:56 +0000 (16:22 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 23 May 2019 21:36:56 +0000 (17:36 -0400)
commitcf67b8e264b2b579a176ea10ac65bf27b82c8386
tree1e8fcf6112841b40561c3a21ba05294ff46614de
parent3d48b5d87a0928400e15ad28c52081e8f56d82d3
LP1825891 Hatch 'hostname' command

Returns the hostname as reported by Java:

InetAddress.getLocalHost().getHostName();

Includes hostname request in TestJava program.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
src/org/evergreen_ils/hatch/RequestHandler.java
src/org/evergreen_ils/hatch/TestHatch.java