By: Cory Carter user 30 Apr 2020 at 1:05 p.m. CDT

1 Response
Cory Carter gravatar
We’re unable to point GLUU's Identity using the exploded war on our RedHat OS using the documentation from GLUU (https://gluu.org/docs/gluu-server/operation/custom-design/) Attached is the code we’ve added to identity_web_resources.xml (which is a copy/paste from the GLUU documentation): <Configure class="org.eclipse.jetty.server.handler.ContextHandler"> <Set name="contextPath">/identity/ext/resources</Set> <Set name="handler"> <New class="org.eclipse.jetty.server.handler.ResourceHandler"> <Set name="resourceBase">/opt/gluu/jetty/identity/custom/static</Set> <Set name="directoriesListed">false</Set> </New> </Set> </Configure> <Configure class="org.eclipse.jetty.webapp.WebAppContext"> <Set name="contextPath">/identity</Set> <Set name="war"> <Property name="jetty.webapps" default="." />/identity/ </Set> </Configure> However, we’ve tested these exact same changes on same version using Ubuntu 18.04 and it works as expected. Can you please advise? Thanks, Cory

By Michael Schwartz Account Admin 30 Apr 2020 at 1:31 p.m. CDT

Michael Schwartz gravatar
You don't have a support contract with Gluu.