LP1825891 Hatch 'hostname' command user/berick/lp1825891-hatch-hostname
authorBill Erickson <berickxx@gmail.com>
Wed, 17 Apr 2019 20:22:56 +0000 (16:22 -0400)
committerBill Erickson <berickxx@gmail.com>
Mon, 22 Apr 2019 20:44:19 +0000 (16:44 -0400)
commit527c2163b6127533b6620c564967c6db197d2897
treea19602358f3ffdec46f3a57eff0d105ddaa4b20c
parent5e22c8d7d233a469ead8d17333543e5100d9f0a4
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