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