<div dir="ltr"><span style="font-size:12.8000001907349px">Hi Team,</span><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">I have configured PathBasedKeycloakConfigResolver in my package: com.demo.util.</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">The context param has been set on web.xml</div><div style="font-size:12.8000001907349px"><div>&lt;context-param&gt;</div><div>        &lt;param-name&gt;keycloak.config.resolver&lt;/param-name&gt;</div><div>        &lt;param-value&gt;org.keycloak.example.PathBasedKeycloakConfigResolver&lt;/param-value&gt;</div><div>    &lt;/context-param&gt;</div></div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">I deployed the application on Tomcat. I have registered the context.xml in meta-inf with the required adapter.</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">Tomcat lib directory has all the required keycloak jar files.</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">But PathBasedKeycloakConfigResolver never gets called on any request to the url.</div><div style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px">One strange thing i find that in eclipse if I remove the maven dependency from deployment assembly(right click on project-&gt; properties-&gt;deployment assembly) it works But if i put it back it fails. Maven dependency is a must.</span><br></div><div style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px"><br></span></div><div style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px"><br></span></div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">Kindly comment.</div></div>