This install on the base Ubuntu 14.04 ami at AWS.
I'm able to resolve the hostname and nameservers:
```
/opt/gluu-server-2.4.4$ ls
bin boot dev etc home install lib lib64 media mnt opt proc root run sbin srv sys tmp usr var
dhafley@gluu:/opt/gluu-server-2.4.4$ dig NS http://www.testshib.org
; <<>> DiG 9.9.5-3ubuntu0.9-Ubuntu <<>> NS http://www.testshib.org
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 42780
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;http://www.testshib.org. IN NS
;; AUTHORITY SECTION:
testshib.org. 60 IN SOA dns2.internet2.edu. hostmaster.internet2.edu. 2016112201 120 120 604800 120
;; Query time: 91 msec
;; SERVER: 10.42.0.2#53(10.42.0.2)
;; WHEN: Tue Nov 22 14:17:26 EST 2016
;; MSG SIZE rcvd: 117
```
I was able to fix the resolution problem by copying /etc/resolv.conf to /opt/gluu-server-2.4.4/etc/resolv.conf
Should I be worried about anything squashing my changes to that file? Why is there a separate resolv.conf file?