[keycloak-dev] Issue with MultiTenancy on Tomcat
Juraci Paixão Kröhling
juraci at kroehling.de
Fri Aug 28 09:59:22 EDT 2015
Satyajit,
I believe this question is better suited for the hawkular-user list. In
any case, what I can recommend "quickly" is to put a debugger on the
following line and check what's the going on there:
http://git.io/vGmGg
- Juca.
On 08/28/2015 03:08 PM, Satyajit Das wrote:
> Hi Team,
>
> I have configured PathBasedKeycloakConfigResolver in my package:
> com.demo.util.
>
> The context param has been set on web.xml
> <context-param>
> <param-name>keycloak.config.resolver</param-name>
>
> <param-value>org.keycloak.example.PathBasedKeycloakConfigResolver</param-value>
> </context-param>
>
> I deployed the application on Tomcat. I have registered the context.xml
> in meta-inf with the required adapter.
>
> Tomcat lib directory has all the required keycloak jar files.
>
> But PathBasedKeycloakConfigResolver never gets called on any request to
> the url.
> One strange thing i find that in eclipse if I remove the maven
> dependency from deployment assembly(right click on project->
> properties->deployment assembly) it works But if i put it back it fails.
> Maven dependency is a must.
>
>
>
> Kindly comment.
>
>
> _______________________________________________
> keycloak-dev mailing list
> keycloak-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-dev
>
More information about the keycloak-dev
mailing list