<div dir="ltr">Hi,<div><br></div><div>As the the KeyCloak docs (<a href="http://keycloak.github.io/docs/userguide/keycloak-server/html/themes.html#d4e2380">http://keycloak.github.io/docs/userguide/keycloak-server/html/themes.html#d4e2380</a>)</div><div><br></div><div>You can bundle a theme into a jar and deploy it as a wildfly module.</div><div><br></div><div>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.</div><div><br></div><div>As you can imagine this is not ideal.</div><div><br></div><div>I trying to deploy the jar as a normal deployment as in Wildfly you can deploy jar file like you do war files. </div><div><br></div><div>When you deploy like this, the module name is deployment.javafilename.jar</div><div><br></div><div>Then I added this name to the keycloak-server.json file but when I restart KeyCloak, it is not identifying the module.</div><div><br></div><div>Is there any other war where I can get my themes to reload once I redeploy the jar?</div><div><br></div><div>Note that as per the Keyclok docs, I disabled theme cache as well.</div><div><br></div><div>Cheers</div><div>Travis</div><div><br></div></div>