Currently testing out knox to see if we can add to product.
The base home pages for each service do not work; but curls calls to values beyond base home page work fine:
ie:
working:
curl -k -u user:pass-X GET "https://hostname:8443/gateway/sandbox/oozie/v1/admin/build-version"
{"buildVersion":"4.2.0.2.4.0.0-169"}
not working:
https://hostname:8443/gateway/sandbox/oozie/
Setup: Using mostly defaults for testing:
<service>
<role>OOZIE</role>
<url>http://hostname:11000/oozie/</url>
</service>