Updates topics/providers.adoc

Auto commit by GitBook Editor
This commit is contained in:
Stian Thorgersen 2017-01-11 11:31:12 +01:00
parent 08ac91527e
commit 940e73b691

View file

@ -186,7 +186,7 @@ Any providers loaded from the file-system uses a classloader with the Keycloak c
==== Using the Keycloak Deployer
If you throw your provider jar within the Keycloak `deploy/` directory, your provider will automatically be deployed.
If you copy your provider jar to the Keycloak `deploy/` directory, your provider will automatically be deployed.
Hot deployment works too. Additionally, your provider jar works similarly to other components deployed in a JBoss/Wildfly
environment in that they can use facilities like the `jboss-deployment-structure.xml` file. This file allows you to
set up dependencies on other components and load third-party jars and modules.