no

How to install Keycloak adapter using full profile

Normally we need full profile when we are dealing with a messaging requirement. In our case we use ActiveMQ. Wildfly's profile differe...

Normally we need full profile when we are dealing with a messaging requirement. In our case we use ActiveMQ.

Wildfly's profile differences are well explained here: https://stackoverflow.com/questions/26342201/what-is-the-difference-between-standalone-full-and-standalonefull-ha

Now, what if we want to install a keycloak adapter using such profile. Here are the steps:
  1. Open adapter-install-offline.cli in WILDFLY_HOME/bin, we assume that you already extract the wildfly adapter zipped accordingly.
  2. Replace embed-server with the profile you need (I need full):
    >embed-server --server-config=standalone-full.xml
  3. Run : adapter-install-offline.cli
    >jboss-cli.bat --file=adapter-install-offline.cli
We should get the screenshot result:
As a bonus, we could configure eclipse to run using our desired profile.

Related

keycloak 362258826277103855

Post a Comment Default Comments

item