- Reason: `oxauth_web_resources.xml` missing in `/opt/gluu/jetty/oxauth/webapps` location.
- Resolution:
- Manually copy web resources xml file: cp /install/community-edition-setup/templates/jetty/oxauth_web_resources.xml /opt/gluu/jetty/oxauth/webapps
- Open the xml file from /opt/gluu/jetty/oxauth/webapps/ location and modify:
- `<Set name="resourceBase">%(jetty_base)s/oxauth/custom/static</Set>`
to `<Set name="resourceBase">/opt/gluu/jetty/oxauth/custom/static</Set>`