[keycloak-user] Hotdeploy theme module

Travis De Silva traviskds at gmail.com
Sat Jan 16 08:11:46 EST 2016


Hi,

As the the KeyCloak docs (
http://keycloak.github.io/docs/userguide/keycloak-server/html/themes.html#d4e2380
)

You can bundle a theme into a jar and deploy it as a wildfly module.

This all works fine but the module is not hotdeployable. Whenever you do
changes, you need to remove the module, then add it again and restart
KeyCloak.

As you can imagine this is not ideal.

I trying to deploy the jar as a normal deployment as in Wildfly you can
deploy jar file like you do war files.

When you deploy like this, the module name is deployment.javafilename.jar

Then I added this name to the keycloak-server.json file but when I restart
KeyCloak, it is not identifying the module.

Is there any other war where I can get my themes to reload once I redeploy
the jar?

Note that as per the Keyclok docs, I disabled theme cache as well.

Cheers
Travis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/keycloak-user/attachments/20160116/d37423be/attachment.html 


More information about the keycloak-user mailing list