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 differences is 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 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 Posts:

  • Social Login using REST FBThis is an implementation tutorial on how we can use REST FB to enable facebook social login on our web application.Basically, it's a project created … Read More
  • Install Java8 in UbuntuA set of commands to install Java8 on Ubuntu.sudo add-apt-repository ppa:webupd8team/javasudo apt-get updatesudo apt-get install oracle-java8-installe… Read More
  • Hibernate OGM for MongoDBSo lately I've been playing with Hibernate OGM MongoDB's latest version 5.4.0.Beta2 but I'm not able to run a demo project created from wildfly-javaee… Read More
  • Hadoop MapReduce DemoVersions:Hadoop 3.1.1 Java10Set the following environment variables:JAVA_HOME HADOOP_HOMEFor WindowsDownload Hadoop 3.1.1 binaries for windo… Read More
  • Microservices in SpringAnd so I was trying to learn microservices and since I'm from the JavaEE background it's given that I will first check: http://wildfly-swarm.io/t… Read More

0 nhận xét:

Đăng nhận xét