==============
Environment -
==============
1. OS -
$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.14.5
BuildVersion: 18F132
2. JBoss EAP 7.1
3. Keycloak 7.0.1
==============
Issue -
==============
. Getting "404 - Not Found" for a simple hello.war (with KEYCLOAK as the auth-method in its web.xml) when accessing http://localhost:8080/hello
==============
Attachments -
==============
- kc.json - export dump of keycloak database/configuration
- hello.war - the simple war tested with